Skip to main content
Glama

airflow-mcp-server

create_dataset_event

Generate dataset events for data pipelines in Apache Airflow. Tool accepts dataset URI and optional metadata to facilitate event-driven workflow automation and monitoring.

Instructions

create_dataset_event

Input Schema

NameRequiredDescriptionDefault
dataset_uriNo
extraNo

Input Schema (JSON Schema)

{ "properties": { "dataset_uri": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dataset Uri" }, "extra": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Extra" } }, "title": "create_dataset_event_input", "type": "object" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

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/abhishekbhakat/airflow-mcp-server'

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