You're viewing a demo portfolio

Join the waitlist
PRSM

zoho_create_record

Active

Tool of Zoho_crm

declared in 0.1.0

Create a new record in a Zoho CRM module.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "data": {
        "Email": "jane.johnson@example.com",
        "Phone": "555-1234",
        "Last_Name": "Johnson"
      },
      "module": "Contacts"
    }
  ],
  "required": [
    "module",
    "data"
  ],
  "properties": {
    "data": {
      "type": "object",
      "description": "Record data as key-value pairs (e.g., { \"Last_Name\": \"Smith\", \"Email\": \"john@example.com\" })"
    },
    "module": {
      "type": "string",
      "description": "Module name (e.g., Leads, Contacts, Deals)"
    }
  }
}

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 →
zoho_create_record — Zoho_crm — PRSM MCP