Skip to main content
Glama

contentstack-mcp

get_content_type

Retrieve a specific content type by its UID using this tool. Optionally include global field schemas for detailed schema analysis.

Instructions

Retrieves a specific content type by its UID, optionally including the global field schema.

Input Schema

NameRequiredDescriptionDefault
include_global_field_schemaNoInclude global field schemas
uidYesContent type UID to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "include_global_field_schema": { "default": false, "description": "Include global field schemas", "type": "boolean" }, "uid": { "description": "Content type UID to retrieve", "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