You're viewing a demo portfolio

Join the waitlist
PRSM

zoho_list_records

Active

Tool of Zoho_crm

declared in 0.1.0

List records from a Zoho CRM module (e.g., Leads, Contacts, Deals).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "module": "Leads"
    },
    {
      "page": 1,
      "fields": "Last_Name,Email,Phone",
      "module": "Contacts",
      "per_page": 50
    }
  ],
  "required": [
    "module"
  ],
  "properties": {
    "page": {
      "type": "number",
      "description": "Page number (default 1)"
    },
    "fields": {
      "type": "string",
      "description": "Comma-separated field names to return (e.g., \"Last_Name,Email,Phone\"). Defaults to common fields."
    },
    "module": {
      "type": "string",
      "description": "Module name (e.g., Leads, Contacts, Deals, Accounts)"
    },
    "per_page": {
      "type": "number",
      "description": "Records per page (max 200, default 20)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Zoho_crm

https://github.com/pipeworx-io/mcp-zoho_crm

1/7 registries
View full server →