Skip to main content
Glama

DolphinScheduler MCP Server

by ocean-zhc
20_remaining_9_schemas.json2.09 kB
{ "components": { "schemas": { "OAuth2ClientProperties": { "type": "object", "properties": { "authorizationUri": { "type": "string" }, "clientId": { "type": "string" }, "redirectUri": { "type": "string" }, "clientSecret": { "type": "string" }, "tokenUri": { "type": "string" }, "userInfoUri": { "type": "string" }, "callbackUrl": { "type": "string" }, "iconUri": { "type": "string" }, "provider": { "type": "string" } } }, "Server": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "host": { "type": "string" }, "port": { "type": "integer", "format": "int32" }, "zkDirectory": { "type": "string" }, "resInfo": { "type": "string" }, "createTime": { "type": "string", "format": "date-time" }, "lastHeartbeatTime": { "type": "string", "format": "date-time" } } } } } }

Latest Blog Posts

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/ocean-zhc/dolphinscheduler-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server