Skip to main content
Glama

Frappe MCP Server

create_document

Create new documents in Frappe Framework by specifying DocType and field values, including required fields, links, and table data.

Instructions

Create a new document in Frappe. Args: doctype: DocType name values: Document field values. Required fields must be included. For Link fields, provide the exact document name. For Table fields, provide an array of row objects.

Input Schema

NameRequiredDescriptionDefault
doctypeYes
valuesYes

Input Schema (JSON Schema)

{ "properties": { "doctype": { "title": "Doctype", "type": "string" }, "values": { "additionalProperties": true, "title": "Values", "type": "object" } }, "required": [ "doctype", "values" ], "title": "create_documentArguments", "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