MCP App Store

Overview

Catalyst by Zoho is a full-stack development platform for building web applications, APIs, automation workflows, and AI-powered software. The Codex plugin helps developers use Catalyst services directly from their coding workflow, making it easier to create backends, manage databases and storage, deploy applications, automate tasks, and integrate with Zoho and external services without switching between multiple tools.

Tools

ZohoMCP_executeTool

ChatGPT
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.

ZohoMCP_getFeatures

ChatGPT
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.

ZohoMCP_getSchema

ChatGPT
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.

ZohoMCP_listTools

ChatGPT
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.

Capabilities

Writes

App Stats

4

Tools

ChatGPT

Platforms

Works with

ChatGPT

Data refreshed daily