Skip to main content
Glama

MCP Server Airflow Token

create_dataset_event

Generate dataset events in Apache Airflow to trigger DAGs based on data availability, enabling automated workflow execution when datasets are ready for processing.

Instructions

Create dataset event

Input Schema

NameRequiredDescriptionDefault
dataset_uriYes
extraNo

Input Schema (JSON Schema)

{ "properties": { "dataset_uri": { "title": "Dataset Uri", "type": "string" }, "extra": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Extra" } }, "required": [ "dataset_uri" ], "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