Skip to main content
Glama

microCMS MCP Server

by himaratsu

microcms_get_list

Retrieve a list of contents from microCMS by specifying content type, filters, sorting, pagination, and field selections for streamlined content access.

Instructions

Get a list of contents from microCMS

Input Schema

NameRequiredDescriptionDefault
depthNoDepth of reference expansion (1-3)
draftKeyNoDraft key for preview
endpointYesContent type name (e.g., "blogs", "news")
fieldsNoComma-separated list of fields to retrieve
filtersNoFilter conditions
idsNoComma-separated list of content IDs
limitNoNumber of contents to retrieve (1-100)
offsetNoOffset for pagination
ordersNoSort order (e.g., "-publishedAt" for descending)
qNoFull-text search query

Input Schema (JSON Schema)

{ "properties": { "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" }, "filters": { "description": "Filter conditions", "type": "string" }, "ids": { "description": "Comma-separated list of content IDs", "type": "string" }, "limit": { "description": "Number of contents to retrieve (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "offset": { "description": "Offset for pagination", "minimum": 0, "type": "number" }, "orders": { "description": "Sort order (e.g., \"-publishedAt\" for descending)", "type": "string" }, "q": { "description": "Full-text search query", "type": "string" } }, "required": [ "endpoint" ], "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