Skip to main content
Glama

JianDaoYun MCP Server

by cheungxin

update_form_data

Modify existing form data entries in JianDaoYun applications by specifying the app ID, form ID, data ID, and updated data. Supports optional transaction IDs and automation triggers for streamlined data management.

Instructions

Update an existing form data entry

Input Schema

NameRequiredDescriptionDefault
appIdYesThe JianDaoYun application ID
appKeyNoThe JianDaoYun application key (API key) (optional, will use JIANDAOYUN_APP_KEY from environment if not provided)
dataYesThe data to update
dataIdYesThe data entry ID to update
formIdYesThe form ID (can be form ID or app ID)
isStartTriggerNoWhether to trigger automation
transactionIdNoOptional transaction 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" }, "data": { "description": "The data to update", "type": "object" }, "dataId": { "description": "The data entry ID to update", "type": "string" }, "formId": { "description": "The form ID (can be form ID or app ID)", "type": "string" }, "isStartTrigger": { "description": "Whether to trigger automation", "type": "boolean" }, "transactionId": { "description": "Optional transaction ID", "type": "string" } }, "required": [ "appId", "formId", "dataId", "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