airflow-mcp-server

by abhishekbhakat
Verified

get_datasets

Retrieve datasets from the Airflow-MCP server using specified filters like dag_ids, URI patterns, and sorting options for efficient data management.

Instructions

get_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_datasets_input", "type": "object" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

ID: 6gjq9w80xr