You're viewing a demo portfolio

Join the waitlist
PRSM

zoho_search_records

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Zoho_crm

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

1/7 registries
View full server →
zoho_search_records — Zoho_crm — PRSM MCP