Skip to main content
Glama

MCP Server Airflow Token

get_datasets

Retrieve a list of datasets from Apache Airflow deployments with filtering options for URI patterns, DAG associations, and pagination controls.

Instructions

List datasets

Input Schema

NameRequiredDescriptionDefault
dag_idsNo
limitNo
offsetNo
order_byNo
uri_patternNo

Input Schema (JSON Schema)

{ "properties": { "dag_ids": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Ids" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" }, "order_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order By" }, "uri_pattern": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Uri Pattern" } }, "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/nikhil-ganage/mcp-server-airflow-token'

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