Skip to main content
Glama

microCMS MCP Server

by himaratsu

microcms_get_content

Retrieve specific content from microCMS by specifying the content type, ID, and optional parameters like fields or draft key for preview. Ideal for fetching detailed data from microCMS APIs.

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" }

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/himaratsu/microcms-mcp-server'

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