通过 Rube MCP 连接并自动执行 Zoho 中的各类工作流操作
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "zoho-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/zoho-automation/SKILL.md 2. 保存为 ~/.claude/skills/zoho-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
开发者或业务人员在自动化 Zoho 操作前,可以先通过 Rube MCP 搜索当前可用工具与参数定义,避免使用过期的 tool slug 或字段。
当团队首次接入 Zoho 或连接失效时,可先检查 zoho toolkit 的连接状态,并根据返回结果完成授权后再执行工作流。
在已发现工具并确认连接可用后,用户可以按搜索结果中的 schema 调用执行工具,减少因参数错误导致的自动化失败。
文档说明如何通过 Rube MCP 调用 Composio 的 Zoho 工具集来自动化 Zoho 操作。核心流程包括:先用 RUBE_SEARCH_TOOLS 搜索当前可用工具和 schema,再用 RUBE_MANAGE_CONNECTIONS 检查 zoho 连接是否为 ACTIVE,最后通过 RUBE_MULTI_EXECUTE_TOOL 按搜索结果中的字段执行操作。文档还提醒要复用 session、补齐 memory 参数,并处理分页结果。
Automate Zoho operations through Composio's Zoho toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/zoho
RUBE_MANAGE_CONNECTIONS with toolkit zohoRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit zohoAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Zoho operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Zoho task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["zoho"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Zoho-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit zoho |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
它通过 Rube MCP 接入 Composio 的 Zoho 工具集,用于发现并执行 Zoho 相关操作。文档强调先搜索工具,再检查连接,最后按 schema 执行。
需要已连接 Rube MCP,并且能使用 RUBE_SEARCH_TOOLS。还需要通过 RUBE_MANAGE_CONNECTIONS 为 toolkit“zoho”建立并激活连接。
因为工具 schema 可能变化,文档明确说明不要硬编码 tool slug 或参数。应先调用 RUBE_SEARCH_TOOLS 获取当前可用工具和精确字段定义。
通过 Rube MCP 自动化执行 Affinda 文档处理与数据提取任务。
通过 Rube MCP 自动处理 Salesforce Service Cloud 客服与工单流程
通过 Rube MCP 自动执行 API Ninjas 相关任务,并先检索最新工具模式。
通过 Rube MCP 自动执行 Yandex 相关任务并串联工作流程。
通过 Rube MCP 自动化 ServiceM8 任务查询、更新与流程执行
通过 Rube MCP 自动处理 D2L Brightspace 中的课程与学习平台任务。
通过 Rube MCP 自动执行 Zoho Mail 邮件发送、查询与整理流程。
通过 Rube MCP 自动处理 Zoho Inventory 库存任务并执行流程操作。
通过 Rube MCP 自动处理 Zoho Invoice 的查询、创建与更新任务
通过 Rube MCP 自动处理 Zoho Bigin 线索、客户与销售流程任务。
通过自动化处理 Zoho Desk 工单与客服流程,提升服务效率与协作速度。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。