Skip to main content
Glama

DolphinScheduler MCP Server

by ocean-zhc
01_azure_datafactory_api.json2.88 kB
{ "paths": { "/cloud/azure/datafactory/resourceGroups": { "get": { "tags": [ "CLOUD_TAG" ], "summary": "listResourceGroup", "description": "LIST_RESOURCE_GROUP", "operationId": "listResourceGroup", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Result" } } } } } } }, "/cloud/azure/datafactory/pipelines": { "get": { "tags": [ "CLOUD_TAG" ], "summary": "listPipeline", "description": "LIST_PIPELINE", "operationId": "listPipeline", "parameters": [ { "name": "factoryName", "in": "query", "required": true, "schema": { "type": "string" } }, { "name": "resourceGroupName", "in": "query", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Result" } } } } } } }, "/cloud/azure/datafactory/factories": { "get": { "tags": [ "CLOUD_TAG" ], "summary": "listDataFactory", "description": "LIST_DATA_FACTORY", "operationId": "listDataFactory", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Result" } } } } } } } } }

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