Skip to main content
Glama

JianDaoYun MCP Server

by cheungxin

get_form_data

Retrieve specific form data entries from JianDaoYun using app ID, form ID, and data entry ID for streamlined data access and management.

Instructions

Get a specific data entry from a JianDaoYun form

Input Schema

NameRequiredDescriptionDefault
appIdYesThe JianDaoYun application ID
appKeyNoThe JianDaoYun application key (API key) (optional, will use JIANDAOYUN_APP_KEY from environment if not provided)
dataIdYesThe data entry ID
formIdYesThe form ID (can be form ID or app ID)

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": "The data entry ID", "type": "string" }, "formId": { "description": "The form ID (can be form ID or app ID)", "type": "string" } }, "required": [ "appId", "formId", "dataId" ], "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