Skills/Composio App Automation/Claude Skill/Source: Composio Awesome Claude Skills
C

Contentful Automation

Automate headless CMS operations in Contentful -- list spaces, retrieve space metadata, and update space configurations through the Composio Contentful integration.

Overview

Manage your Contentful headless CMS spaces directly from Claude Code. List spaces, retrieve metadata, and update space configurations without leaving your terminal.

Core features

Tool Slug

Description

CONTENTFUL_LIST_SPACES

List all spaces accessible to your account

CONTENTFUL_GET_SPACE

Retrieve detailed metadata for a single space

CONTENTFUL_UPDATE_SPACE

Update the name of a space (requires version)

Version conflicts on update

CONTENTFUL_UPDATE_SPACE requires the latest sys.version from CONTENTFUL_GET_SPACE. If someone else modified the space between your read and write, the update will fail with a version conflict. Always fetch the space i...

Pagination for many spaces

CONTENTFUL_LIST_SPACES uses limit and skip parameters. When you have many spaces, iterate by incrementing skip until no more results are returned to avoid missing spaces.

Scope limitations

These tools only manage space-level metadata (names). They cannot create or modify entries, content types, or assets within a space.

Auth/permissions mismatch

Updates via CONTENTFUL_UPDATE_SPACE will fail if your token lacks space management scopes, even if reads via CONTENTFUL_GET_SPACE succeed. Verify your token has write permissions.

Target users

AI builders and operators who want Claude, Codex, Cursor, Gemini CLI, or similar agents to automate Contentful workflows through Composio.

How to use

1. Add the Composio MCP server to your configuration: https://rube.app/mcp 2. Connect your Contentful account when prompted. The agent will provide an authentication link. Ensure your access token has space management scopes. ---

Effect review

Best for agent workflows that need real app actions with explicit tool discovery, connection checks, and schema-aware execution.

Frequently asked questions

What is Contentful Automation?

Automate headless CMS operations in Contentful -- list spaces, retrieve space metadata, and update space configurations through the Composio Contentful integration.

How do I use Contentful Automation?

1. Add the Composio MCP server to your configuration: https://rube.app/mcp 2. Connect your Contentful account when prompted. The agent will provide an authentication link. Ensure your access token has space management scopes. ---

What does this skill require?

It requires Rube MCP and an active Composio connection for the Contentful toolkit before executing app actions.

Quick install

Install command
Add https://rube.app/mcp as an MCP server.
RUBE_MANAGE_CONNECTIONS toolkits: ["contentful"]
RUBE_SEARCH_TOOLS before every workflow, then execute with RUBE_MULTI_EXECUTE_TOOL.

Tags

App AutomationClaude SkillsComposioComposio App AutomationContentfulRube MCP

Featured recommendations

Related Toolkits