airflow-mcp-server

by abhishekbhakat
Verified

patch_pool

patch_pool

Input Schema

NameRequiredDescriptionDefault
deferred_slotsNo
descriptionNo
include_deferredNo
nameNo
occupied_slotsNo
open_slotsNo
pool_nameNo
queued_slotsNo
running_slotsNo
scheduled_slotsNo
slotsNo
update_maskNo

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" }, "pool_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Pool Name" }, "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" }, "update_mask": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Update Mask" } }, "title": "patch_pool_input", "type": "object" }