Skip to main content
Glama

MCP Server for Apache Airflow

by yangkyeongmo

create_dataset_event

Generate dataset events in Apache Airflow to track and manage data dependencies, enabling seamless workflow orchestration and monitoring through the MCP server.

Instructions

Create dataset event

Input Schema

NameRequiredDescriptionDefault
dataset_uriYes
extraNo

Input Schema (JSON Schema)

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