Skip to main content
Glama

Frappe MCP Server

call_method

Execute whitelisted Frappe methods with optional parameters to automate backend operations and integrate with Frappe Framework functionality.

Instructions

Execute a whitelisted Frappe method. Args: method: Method name to call (whitelisted) params: Parameters to pass to the method (optional)

Input Schema

NameRequiredDescriptionDefault
methodYes
paramsNo

Input Schema (JSON Schema)

{ "properties": { "method": { "title": "Method", "type": "string" }, "params": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" } }, "required": [ "method" ], "title": "call_methodArguments", "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