Skip to main content
Glama

microCMS MCP Server

by microcmsio

microcms_delete_content

Delete specific content from microCMS by specifying the content type (e.g., blogs, news) and content ID using the MCP server for efficient content management.

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

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