Skip to main content
Glama

DolphinScheduler MCP Server

by ocean-zhc
13_remaining_2_schemas.json2.5 kB
{ "components": { "schemas": { "StorageEntity": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "fullName": { "type": "string" }, "fileName": { "type": "string" }, "alias": { "type": "string" }, "pfullName": { "type": "string" }, "userId": { "type": "integer", "format": "int32" }, "userName": { "type": "string" }, "type": { "type": "string", "enum": [ "FILE", "UDF", "ALL" ] }, "size": { "type": "integer", "format": "int64" }, "createTime": { "type": "string", "format": "date-time" }, "updateTime": { "type": "string", "format": "date-time" }, "directory": { "type": "boolean" } } }, "DagData": { "type": "object", "properties": { "processDefinition": { "$ref": "#/components/schemas/ProcessDefinition" }, "processTaskRelationList": { "type": "array", "items": { "$ref": "#/components/schemas/ProcessTaskRelation" } }, "taskDefinitionList": { "type": "array", "items": { "$ref": "#/components/schemas/TaskDefinition" } } } } } } }

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