Skip to main content
Glama

Frappe MCP Server

get_field_options

Retrieve available options for Link or Select fields in Frappe Framework, providing document lists for linked DocTypes or predefined selection values.

Instructions

Get available options for a Link or Select field. For Link fields, returns documents from the linked DocType. For Select fields, returns the predefined options. Args: doctype: DocType name fieldname: Field name limit: Maximum number of options to return (default: 20)

Input Schema

NameRequiredDescriptionDefault
doctypeYes
fieldnameYes
limitNo

Input Schema (JSON Schema)

{ "properties": { "doctype": { "title": "Doctype", "type": "string" }, "fieldname": { "title": "Fieldname", "type": "string" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 20, "title": "Limit" } }, "required": [ "doctype", "fieldname" ], "title": "get_field_optionsArguments", "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