Skip to main content
Glama

Frappe MCP Server

get_frappe_usage_info

Retrieve schema metadata and usage guidance for Frappe Framework DocTypes or workflows to understand structure and implementation details.

Instructions

Get combined information about a DocType or workflow, including schema metadata and usage guidance. Args: doctype: DocType name (optional if workflow is provided) workflow: Workflow name (optional if doctype is provided)

Input Schema

NameRequiredDescriptionDefault
doctypeNo
workflowNo

Input Schema (JSON Schema)

{ "properties": { "doctype": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Doctype" }, "workflow": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Workflow" } }, "title": "get_frappe_usage_infoArguments", "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