Skip to main content
Glama
burnworks

microCMS MCP Server

by burnworks

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MICROCMS_API_KEYYesYour microCMS API key
MICROCMS_BASE_URLYesYour microCMS base URL (e.g., https://your-service.microcms.io)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_contentsD–
get_contentD–
search_contentsD–
filter_contentsD–

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.6/5.0

Scored across 4 tools

Disambiguation3/5

Tool names suggest different operations (filter, get single, get all, search), but without descriptions, potential overlap between 'search_contents' and 'filter_contents' or 'get_contents' introduces ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (filter_contents, get_content, get_contents, search_contents) with no mixing of conventions.

Tool Count2/5

Only 4 tools for a CMS server is far too few; typical CMS operations (create, update, delete, content type management) are missing, making the scope too narrow.

Completeness2/5

The tool set covers only read operations (get, filter, search), lacking essential CRUD operations (create, update, delete) and content lifecycle management.

Maintenance

ActivityInactive
ResponsivenessNo issues