Skip to main content
Glama

Frappe MCP Server

get_report_meta

Retrieve metadata for Frappe reports including column definitions and filter parameters to understand report structure and configuration.

Instructions

Get metadata for a specific report including columns and filters. Args: report_name: Name of the report to get metadata for

Input Schema

NameRequiredDescriptionDefault
report_nameYes

Input Schema (JSON Schema)

{ "properties": { "report_name": { "title": "Report Name", "type": "string" } }, "required": [ "report_name" ], "title": "get_report_metaArguments", "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