Tools are the atomic units of what an AI agent can do via Zoho MCP. Each tool maps to a specific API call in the target service.
Key Concepts
- Permissioned: The AI agent can only execute actions corresponding to enabled tools; no implicit access to other API endpoints
- Auto-discoverable: MCP clients automatically discover registered tools, their parameters, and schemas—no manual API exploration
- Context-aware parameter resolution: MCP handles complex parameter relationships and dynamic resolution (unlike static REST API calls)
- Granular control: Admin can enable, disable, or delete specific tools at any time
Tool Management
| Action | Steps |
|---|---|
| Add tools | Config Tools → select service → select tools → Add Now |
| View tools | Tools tab (sidebar) |
| Delete a tool | Ellipsis icon → Delete → confirm |
| Add more tools to same server | Config Tools button (available at any time) |
Pro Tip (from Zoho Billing docs)
When working with AI models, select only the tools you need for the current task before starting a chat—this limits agent scope and reduces risk (Zoho Billing MCP Help).