Skip to main content
Glama

microCMS MCP Server

by himaratsu

microcms_delete_content

Remove specific content from microCMS by specifying the content type and ID, enabling precise management of list-type API data within the MCP server environment.

Instructions

Delete content from microCMS

Input Schema

NameRequiredDescriptionDefault
contentIdYesContent ID to delete
endpointYesContent type name (e.g., "blogs", "news")

Input Schema (JSON Schema)

{ "properties": { "contentId": { "description": "Content ID to delete", "type": "string" }, "endpoint": { "description": "Content type name (e.g., \"blogs\", \"news\")", "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