list_tickets
ActiveTool of FavCRM
declared in 1.0.0
List support tickets with optional filters.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 20)"
},
"search": {
"type": "string",
"description": "Search by subject"
},
"status": {
"enum": [
"open",
"in_progress",
"waiting_customer",
"resolved",
"closed"
],
"type": "string",
"description": "Filter by status"
},
"category": {
"enum": [
"bug",
"feature_request",
"account",
"billing",
"general",
"other"
],
"type": "string",
"description": "Filter by category"
},
"priority": {
"enum": [
"critical",
"high",
"medium",
"low"
],
"type": "string",
"description": "Filter by priority"
},
"accountId": {
"type": "string",
"description": "Filter by CRM account ID"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries