Skip to main content
Glama

MCP Server for Apache Airflow

by yangkyeongmo

get_datasets

Retrieve and filter datasets from Apache Airflow by specifying parameters like limit, offset, order, URI pattern, or DAG IDs for streamlined data management.

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" } }, "title": "get_datasetsArguments", "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/yangkyeongmo/mcp-server-apache-airflow'

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