list_invoices
ActiveTool of FavCRM
declared in 1.0.0
List invoices with optional filters. Use status "OVERDUE" to find unpaid invoices past due date.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"sort": {
"type": "string",
"description": "Sort column"
},
"limit": {
"type": "number",
"description": "Max results (default 20)"
},
"order": {
"enum": [
"asc",
"desc"
],
"type": "string",
"description": "Sort order"
},
"search": {
"type": "string",
"description": "Search by invoice number, account name, email, or phone"
},
"status": {
"enum": [
"DRAFT",
"SENT",
"PARTIALLY_PAID",
"PAID",
"OVERDUE",
"VOID",
"CANCELLED"
],
"type": "string",
"description": "Filter by invoice status"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries