Skip to main content
Glama

MCP Orchestrator Server

by mokafari

delete_task

Remove a specific task from the MCP Orchestrator Server if it has no dependent tasks, ensuring clean task management and dependency integrity.

Instructions

Delete a task if it has no dependents

Input Schema

NameRequiredDescriptionDefault
task_idYesID of the task to delete

Input Schema (JSON Schema)

{ "properties": { "task_id": { "description": "ID of the task to delete", "type": "string" } }, "required": [ "task_id" ], "type": "object" }

Other Tools from MCP Orchestrator 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/mokafari/orchestrator-server'

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