Skip to main content
Glama

microCMS MCP Server

by microcmsio

microcms_get_media

Retrieve media files from microCMS, including URLs and image dimensions. Supports filtering by filename, image type, and pagination with a 15-second token. Requires media retrieval permissions.

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

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