get_dag_source
Retrieve the source code of a DAG by providing a file token, enabling efficient management and monitoring of Airflow workflows through the MCP Server.
Instructions
Get a source code
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_token | Yes |
Input Schema (JSON Schema)
{
"properties": {
"file_token": {
"title": "File Token",
"type": "string"
}
},
"required": [
"file_token"
],
"title": "get_dag_sourceArguments",
"type": "object"
}