Edit
Command Palette
Search for a command to run...
Edit Contentful Tool
Modify this tool gene.
Gene Details
cmscontentapimcpintegration
Content (Markdown)
Preview
Contentful Tool
Overview
Connect to Contentful CMS for comprehensive content retrieval and management through the MCP protocol.
Available Operations
Asset Operations
- Get Asset - Retrieve a single asset by ID
- Get Many Assets - List and filter multiple assets
- Get Asset Downloads - Get download URLs for assets
Content Operations
- Get Entry - Retrieve a single content entry
- Get Many Entries - List entries with filtering
- Get Content Type - Retrieve content type definitions
- Get Many Locales - List available locales
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
operation | string | Yes | Operation to perform |
assetId | string | No | Asset ID for asset operations |
entryId | string | No | Entry ID for entry operations |
contentType | string | No | Filter by content type |
locale | string | No | Locale code (default: en-US) |
limit | number | No | Number of results (default: 10) |
Use Cases
- Content synchronization from headless CMS
- Asset management and retrieval
- Content type schema introspection
- Multi-locale content operations