airflow-mcp-server

by abhishekbhakat
Verified

post_pool

post_pool

Input Schema

NameRequiredDescriptionDefault
deferred_slotsNo
descriptionNo
include_deferredNo
nameNo
occupied_slotsNo
open_slotsNo
queued_slotsNo
running_slotsNo
scheduled_slotsNo
slotsNo

Input Schema (JSON Schema)

{ "properties": { "deferred_slots": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Deferred Slots" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "include_deferred": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Deferred" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "occupied_slots": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Occupied Slots" }, "open_slots": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Open Slots" }, "queued_slots": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Queued Slots" }, "running_slots": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Running Slots" }, "scheduled_slots": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Scheduled Slots" }, "slots": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Slots" } }, "title": "post_pool_input", "type": "object" }