Skip to main content
Glama

contentstack-mcp

delete_content_type

Remove a content type from the Contentstack MCP server by specifying its unique identifier (UID). Ensures clean content architecture and efficient management.

Instructions

Deletes a content type identified by its UID.

Input Schema

NameRequiredDescriptionDefault
uidYesContent type UID to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "uid": { "description": "Content type UID to delete", "type": "string" } }, "required": [ "uid" ], "type": "object" }

You must be authenticated.

Other Tools from contentstack-mcp

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/darekrossman/contentstack-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server