Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_form_fields | Get field definitions for a JianDaoYun form |
| submit_form_data | Submit data to a JianDaoYun form with automatic field type matching |
| get_form_data | Get a specific data entry from a JianDaoYun form |
| query_form_data | Query multiple form data entries with filtering support |
| update_form_data | Update an existing form data entry |
| delete_form_data | Delete one or more form data entries |
| get_upload_token | Get file upload tokens for file/image fields |
| list_apps_and_forms | List all available applications and their forms that the current API key can access |