Skip to main content
Glama

microCMS MCP Server

by microcmsio

microcms_get_content

Retrieve specific content from microCMS by specifying the endpoint, content ID, and optional fields, draft key, or depth, enabling precise data access for AI assistants and workflows.

Instructions

Get a specific content from microCMS

Input Schema

NameRequiredDescriptionDefault
contentIdYesContent ID to retrieve
depthNoDepth of reference expansion (1-3)
draftKeyNoDraft key for preview
endpointYesContent type name (e.g., "blogs", "news")
fieldsNoComma-separated list of fields to retrieve

Input Schema (JSON Schema)

{ "properties": { "contentId": { "description": "Content ID to retrieve", "type": "string" }, "depth": { "description": "Depth of reference expansion (1-3)", "maximum": 3, "minimum": 1, "type": "number" }, "draftKey": { "description": "Draft key for preview", "type": "string" }, "endpoint": { "description": "Content type name (e.g., \"blogs\", \"news\")", "type": "string" }, "fields": { "description": "Comma-separated list of fields to retrieve", "type": "string" } }, "required": [ "endpoint", "contentId" ], "type": "object" }

Other Tools from microCMS MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/microcmsio/microcms-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server