Skip to main content
Glama

airflow-mcp-server

post_role

Define and assign roles with specific actions in the Airflow-MCP Server, enabling structured access control and task management within workflows.

Instructions

post_role

Input Schema

NameRequiredDescriptionDefault
actionsNo
nameNo

Input Schema (JSON Schema)

{ "properties": { "actions": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Actions" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" } }, "title": "post_role_input", "type": "object" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

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/abhishekbhakat/airflow-mcp-server'

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