Skip to main content
Glama

microCMS MCP Server

by himaratsu

microcms_get_media

Retrieve media files from microCMS via the Management API, including URLs and image dimensions. Allows filtering by file type, partial filename, and supports pagination with a 15-second token.

Instructions

Get media files from microCMS (Management API). Returns media information including URLs, dimensions for images. Supports pagination via token (15-second validity). Requires media retrieval permissions.

Input Schema

NameRequiredDescriptionDefault
fileNameNoFilter media by partial filename match (includes file extension)
imageOnlyNoSet to true to retrieve only image files. Only valid on first request.
limitNoNumber of media to retrieve (max 100, default 10). Only valid on first request.
tokenNoContinuation token for pagination (obtained from previous response, 15-second validity)

Input Schema (JSON Schema)

{ "properties": { "fileName": { "description": "Filter media by partial filename match (includes file extension)", "type": "string" }, "imageOnly": { "description": "Set to true to retrieve only image files. Only valid on first request.", "type": "boolean" }, "limit": { "description": "Number of media to retrieve (max 100, default 10). Only valid on first request.", "maximum": 100, "minimum": 1, "type": "number" }, "token": { "description": "Continuation token for pagination (obtained from previous response, 15-second validity)", "type": "string" } }, "required": [], "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