Skip to main content
Glama

JianDaoYun MCP Server

by cheungxin

list_apps_and_forms

Retrieve all applications and their forms accessible by the current API key on JianDaoYun MCP Server. Optionally filter results by specifying an app ID to focus on specific data.

Instructions

List all available applications and their forms that the current API key can access

Input Schema

NameRequiredDescriptionDefault
appIdNoOptional: specific app ID to get forms for. If not provided, lists all apps.
appKeyNoThe JianDaoYun application key (API key) (optional, will use JIANDAOYUN_APP_KEY from environment if not provided)

Input Schema (JSON Schema)

{ "properties": { "appId": { "description": "Optional: specific app ID to get forms for. If not provided, lists all apps.", "type": "string" }, "appKey": { "description": "The JianDaoYun application key (API key) (optional, will use JIANDAOYUN_APP_KEY from environment if not provided)", "type": "string" } }, "required": [], "type": "object" }

Other Tools from JianDaoYun MCP Server

Related Tools

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