Skip to main content
Glama

JianDaoYun MCP Server

by cheungxin

query_form_data

Retrieve filtered form data entries from JianDaoYun applications using specific criteria such as form ID, fields, and conditions. Supports pagination and advanced filtering for efficient data querying.

Instructions

Query multiple form data entries with filtering support

Input Schema

NameRequiredDescriptionDefault
appIdYesThe JianDaoYun application ID
appKeyNoThe JianDaoYun application key (API key) (optional, will use JIANDAOYUN_APP_KEY from environment if not provided)
dataIdNoLast data ID for pagination
fieldsNoFields to return (widget IDs)
filterNoData filter conditions
formIdYesThe form ID (can be form ID or app ID)
limitNoNumber of records to return (1-100, default: 10)

Input Schema (JSON Schema)

{ "properties": { "appId": { "description": "The JianDaoYun application ID", "type": "string" }, "appKey": { "description": "The JianDaoYun application key (API key) (optional, will use JIANDAOYUN_APP_KEY from environment if not provided)", "type": "string" }, "dataId": { "description": "Last data ID for pagination", "type": "string" }, "fields": { "description": "Fields to return (widget IDs)", "items": { "type": "string" }, "type": "array" }, "filter": { "description": "Data filter conditions", "properties": { "cond": { "description": "Filter conditions", "items": { "properties": { "field": { "type": "string" }, "method": { "type": "string" }, "type": { "type": "string" }, "value": {} }, "required": [ "field", "method" ], "type": "object" }, "type": "array" }, "rel": { "description": "Relation between conditions", "enum": [ "and", "or" ], "type": "string" } }, "required": [ "rel", "cond" ], "type": "object" }, "formId": { "description": "The form ID (can be form ID or app ID)", "type": "string" }, "limit": { "description": "Number of records to return (1-100, default: 10)", "maximum": 100, "minimum": 1, "type": "number" } }, "required": [ "appId", "formId" ], "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/cheungxin/jiandaoyun-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server