← Back to all apps

Zoho CRM

Businessby Zoho
Launched May 29, 2026 on ChatGPTLaunched Mar 24, 2026 on Claude

Zoho CRM is an AI-powered sales software that helps businesses of all sizes manage their sales better. With SFA features, advanced automation, easy-to-use UI, advanced analytics, and deep customization capabilities, Zoho CRM truly understands your business.

With Codex, you can extend the functionalities of Zoho CRM by simply prompting. Your business, your Zoho CRM—powered by Codex.

4ChatGPT Tools
41Claude Tools
ZohoDeveloper
BusinessCategory

Use Cases

productivity

Available Tools

Zoho Mcp Execute Tool

ZohoMCP_executeTool
Full Description

Execute a specific tool with the given arguments. IMPORTANT

  • You MUST call ZohoMCP_getSchema first to retrieve the full input schema before calling this tool. Never guess or assume parameters -- always fetch the schema to identify all required and optional arguments, their types, and validations. Skipping schema retrieval leads to failed calls due to missing or incorrect parameters.
Parameters (1 required)
Required
bodyobject

Zoho Mcp Get Features

ZohoMCP_getFeatures
Full Description

Returns feature groups for intent-based tool discovery. IMPORTANT

  • Always call this tool first before ZohoMCP_listTools to discover available feature groups and narrow down tool discovery. If has_groups is true, use a matching group name with ZohoMCP_listTools(group="<name>") to get only relevant tools. If has_groups is false or no group matches the user's intent, call ZohoMCP_listTools without a group parameter to browse all tools. For services with hierarchical groups (has_children=true on a group), pass parent_group to drill into sub-groups before listing tools.
Parameters (0 required, 1 optional)
Optional
query_paramsobject

Zoho Mcp Get Schema

ZohoMCP_getSchema
Full Description

Get the full input schema for a specific tool. Returns the tool name, description, and complete inputSchema with all parameters, types, and validations. Call ZohoMCP_listTools first to see available tool names.

Parameters (1 required)
Required
query_paramsobject

Zoho Mcp List Tools

ZohoMCP_listTools
Full Description

List available tools with their names and descriptions. IMPORTANT

  • Call ZohoMCP_getFeatures first to discover feature groups, then pass matching group names here to get only relevant tools. If no group matches or has_groups was false, omit the groups parameter to list all tools. Use ZohoMCP_getSchema to get the full input schema before executing with ZohoMCP_executeTool. Results are paginated - keep calling with incremented page numbers until has_more is false. For compound intents (e.g. "send email and create task"), pass multiple group names in the groups array to fetch tools from all relevant groups in a single call instead of calling listTools twice.
Parameters (0 required, 1 optional)
Optional
query_paramsobject