Skip to main content
Glama

Frappe MCP Server

get_doctype_schema

Retrieve complete DocType schema with field definitions, validations, and linked types to understand document structure before creation or updates.

Instructions

Get the complete schema for a DocType including field definitions, validations, and linked DocTypes. Use this to understand the structure of a DocType before creating or updating documents. Args: doctype: DocType name

Input Schema

NameRequiredDescriptionDefault
doctypeYes

Input Schema (JSON Schema)

{ "properties": { "doctype": { "title": "Doctype", "type": "string" } }, "required": [ "doctype" ], "title": "get_doctype_schemaArguments", "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/appliedrelevance/frappe-mcp-server'

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