Command Palette

Search for a command to run...

Part IV · Zoho MCP Service · Chapter 8

Tool Configuration

194 words · preserved verbatim from the master reference

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

ActionSteps
Add toolsConfig Tools → select service → select tools → Add Now
View toolsTools tab (sidebar)
Delete a toolEllipsis icon → Delete → confirm
Add more tools to same serverConfig 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).