通过 Rube MCP 自动化 Contentful GraphQL 查询与内容操作,并先检索最新 schema。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "contentful-graphql-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/contentful-graphql-automation/SKILL.md 2. 保存为 ~/.claude/skills/contentful-graphql-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索当前可用的 Contentful GraphQL schema 和内容类型,再帮我生成一个查询:获取 blogPost 的标题、slug、发布日期和作者姓名,并说明每个字段来源。
返回基于当前 schema 的 GraphQL 查询,并附字段映射说明,避免使用过期字段名。
先检索当前 schema,再自动查询所有 article 条目,找出缺少 SEO 标题或摘要的内容,并整理成清单,包含条目 ID、标题和缺失项。
输出一份内容质量检查清单,列出缺失 SEO 信息的条目及对应问题。
先搜索可用工具和最新 schema,然后为指定的 landingPage 条目生成自动化更新流程:读取现有字段,更新副标题与 CTA 文案,并给出可执行的 GraphQL 操作步骤。
返回基于当前结构的自动化更新方案,包含读取、修改与执行步骤。
Automate Contentful Graphql operations through Composio's Contentful Graphql toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/contentful_graphql
RUBE_MANAGE_CONNECTIONS with toolkit contentful_graphqlRUBE_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 contentful_graphqlAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Contentful Graphql 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 Contentful Graphql task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["contentful_graphql"]
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 Contentful Graphql-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit contentful_graphql |
| 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 自动化 Kontent AI 内容管理与更新流程