Skip to main content
Glama

JianDaoYun MCP Server

by cheungxin

delete_form_data

Remove specific form data entries in JianDaoYun using app ID, form ID, and data IDs. Supports single or multiple deletions and optional automation triggers for streamlined data management.

Instructions

Delete one or more form data entries

Input Schema

NameRequiredDescriptionDefault
appIdYesThe JianDaoYun application ID
appKeyNoThe JianDaoYun application key (API key) (optional, will use JIANDAOYUN_APP_KEY from environment if not provided)
dataIdsYesData ID(s) to delete
formIdYesThe form ID (can be form ID or app ID)
isStartTriggerNoWhether to trigger automation

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" }, "dataIds": { "description": "Data ID(s) to delete", "items": { "type": "string" }, "type": [ "string", "array" ] }, "formId": { "description": "The form ID (can be form ID or app ID)", "type": "string" }, "isStartTrigger": { "description": "Whether to trigger automation", "type": "boolean" } }, "required": [ "appId", "formId", "dataIds" ], "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