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

ParameterTypeRequiredDescription
operationstringYesOperation to perform
assetIdstringNoAsset ID for asset operations
entryIdstringNoEntry ID for entry operations
contentTypestringNoFilter by content type
localestringNoLocale code (default: en-US)
limitnumberNoNumber of results (default: 10)

Use Cases

  • Content synchronization from headless CMS
  • Asset management and retrieval
  • Content type schema introspection
  • Multi-locale content operations