Skip to main content
Glama

JianDaoYun MCP Server

by cheungxin

submit_form_data

Submit data to JianDaoYun forms with automatic field type matching, supporting single or batch entries. Streamline form submissions using app ID, form ID, and optional transaction ID for idempotent operations.

Instructions

Submit data to a JianDaoYun form with automatic field type matching

Input Schema

NameRequiredDescriptionDefault
appIdYesThe JianDaoYun application ID
appKeyNoThe JianDaoYun application key (API key) (optional, will use JIANDAOYUN_APP_KEY from environment if not provided)
autoMatchNoWhether to automatically match field types (default: true)
dataYesThe data to submit (single object or array for batch)
formIdYesThe form ID to submit data to (can be form ID or app ID)
transactionIdNoOptional transaction ID for idempotent submissions

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" }, "autoMatch": { "default": true, "description": "Whether to automatically match field types (default: true)", "type": "boolean" }, "data": { "description": "The data to submit (single object or array for batch)", "type": [ "object", "array" ] }, "formId": { "description": "The form ID to submit data to (can be form ID or app ID)", "type": "string" }, "transactionId": { "description": "Optional transaction ID for idempotent submissions", "type": "string" } }, "required": [ "appId", "formId", "data" ], "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