zoho_list_records
ActiveTool 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)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Zoho_crm
https://github.com/pipeworx-io/mcp-zoho_crm
1/7 registries