Skip to main content
Glama

JianDaoYun MCP Server

by cheungxin

list_apps_and_forms

Retrieve and list all accessible applications and their associated forms using the JianDaoYun MCP Server API key, optionally filtered by a specific app ID.

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" }

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