Skip to main content
Glama

Frappe MCP Server

update_document

Modify existing Frappe documents by specifying DocType, document name, and updated field values to maintain accurate data records.

Instructions

Update an existing document in Frappe. Args: doctype: DocType name name: Document name (case-sensitive) values: Field values to update

Input Schema

NameRequiredDescriptionDefault
doctypeYes
nameYes
valuesYes

Input Schema (JSON Schema)

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