Skip to main content
Glama

MCP-Airflow-API

get_prompt_template

Retrieve MCP prompt templates for Apache Airflow queries, specifying full templates, headings, or targeted sections to streamline cluster management and monitoring.

Instructions

Returns the MCP prompt template (full, headings, or specific section). Args: section: Section number or keyword (optional) mode: 'full', 'headings', or None (optional)

Input Schema

NameRequiredDescriptionDefault
modeNo
sectionNo

Input Schema (JSON Schema)

{ "properties": { "mode": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Mode" }, "section": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Section" } }, "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/call518/MCP-Airflow-API'

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