zoho_search_records
ActiveTool of Zoho_crm
declared in 0.1.0
Search records in a Zoho CRM module using criteria.
Parameters schema
{
"type": "object",
"examples": [
{
"module": "Contacts",
"criteria": "(Last_Name:equals:Smith)"
},
{
"module": "Leads",
"criteria": "(Email:contains:example.com)",
"per_page": 100
}
],
"required": [
"module",
"criteria"
],
"properties": {
"page": {
"type": "number",
"description": "Page number (default 1)"
},
"module": {
"type": "string",
"description": "Module name (e.g., Leads, Contacts, Deals)"
},
"criteria": {
"type": "string",
"description": "Search criteria (e.g., \"(Last_Name:equals:Smith)\")"
},
"per_page": {
"type": "number",
"description": "Records per page (max 200, default 20)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Zoho_crm
https://github.com/pipeworx-io/mcp-zoho_crm
1/7 registries