Skip to main content
Glama

get_provider

Retrieve details of a specific provider package in Apache Airflow to inspect its configuration and capabilities for cluster management.

Instructions

[Tool Role]: Gets details of a specific provider package.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
provider_nameYes

Implementation Reference

  • The async handler function for the 'get_provider' tool, decorated with @mcp.tool() for registration. It fetches provider details from the Airflow API endpoint /providers/{provider_name}.
    async def get_provider(provider_name: str) -> Dict[str, Any]: """[Tool Role]: Gets details of a specific provider package.""" resp = await airflow_request("GET", f"/providers/{provider_name}") resp.raise_for_status() return resp.json()

Latest Blog Posts

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