通过 Rube MCP 自动执行 DataRobot 任务,加速模型管理与数据流程处理。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "datarobot-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/datarobot-automation/SKILL.md 2. 保存为 ~/.claude/skills/datarobot-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索可用工具及其最新 schema,然后通过 Rube MCP 调用 DataRobot 相关工具:上传这个 CSV 数据集,创建一个新的预测项目,自动开始建模,并返回项目 ID、主要候选模型和当前任务状态。
返回已创建的 DataRobot 项目详情、自动建模进度,以及关键模型候选信息。
请先搜索工具 schema,再通过 Rube MCP 查询指定 DataRobot 项目下所有模型的训练状态、最近更新时间和验证指标,并整理成表格,标出需要重点关注的失败或性能异常模型。
输出一份模型状态汇总表,并标记异常模型与建议优先处理项。
请先搜索当前可用工具及 schema,然后通过 Rube MCP 调用 DataRobot:检查目标模型是否满足部署条件,获取其性能指标、特征影响和最近评分记录,最后生成一份部署前检查清单。
生成部署前检查结果,包含是否可部署、关键指标摘要和待处理风险项。
Automate Datarobot operations through Composio's Datarobot toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/datarobot
RUBE_MANAGE_CONNECTIONS with toolkit datarobotRUBE_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 datarobotAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Datarobot 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 Datarobot task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["datarobot"]
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 Datarobot-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit datarobot |
| 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 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动化执行 AI/ML API 任务,并先检索最新工具 schema。