JianDaoYun MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_form_fieldsC | Get field definitions for a JianDaoYun form |
| submit_form_dataC | Submit data to a JianDaoYun form with automatic field type matching |
| get_form_dataC | Get a specific data entry from a JianDaoYun form |
| query_form_dataC | Query multiple form data entries with filtering support |
| update_form_dataC | Update an existing form data entry |
| delete_form_dataC | Delete one or more form data entries |
| get_upload_tokenC | Get file upload tokens for file/image fields |
| list_apps_and_formsC | List all available applications and their forms that the current API key can access |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose targeting specific operations in the JianDaoYun form data lifecycle. The tools cover different aspects like retrieval (get_form_data, query_form_data), submission (submit_form_data), modification (update_form_data), deletion (delete_form_data), metadata access (get_form_fields, list_apps_and_forms), and file handling (get_upload_token) with no overlap in functionality.
All tools follow a consistent verb_noun naming pattern with clear action prefixes (get_, list_, query_, submit_, update_, delete_) and descriptive nouns. The naming is uniformly snake_case throughout the entire toolset, making them predictable and easy to understand.
With 8 tools, this server is well-scoped for managing JianDaoYun form data operations. Each tool serves a distinct and necessary function, covering the full CRUD lifecycle along with metadata and file handling, without being overly sparse or bloated.
The toolset provides complete coverage for form data management, including create (submit_form_data), read (get_form_data, query_form_data), update (update_form_data), delete (delete_form_data), and metadata access (get_form_fields, list_apps_and_forms). The inclusion of get_upload_token for file handling ensures no obvious gaps in the domain's workflows.