You're viewing a demo portfolio

Join the waitlist
PRSM

list_invoices

Active

Tool 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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →