Skip to main content
Glama

MCP Orchestrator Server

by mokafari

create_task

Generate and manage tasks with dependencies, unique identifiers, and descriptions in the MCP Orchestrator Server. Facilitate efficient task coordination and tracking.

Instructions

Create a new task

Input Schema

NameRequiredDescriptionDefault
dependenciesNoIDs of tasks that must be completed first
descriptionYesDescription of the task
idYesUnique identifier for the task

Input Schema (JSON Schema)

{ "properties": { "dependencies": { "description": "IDs of tasks that must be completed first", "items": { "type": "string" }, "type": "array" }, "description": { "description": "Description of the task", "type": "string" }, "id": { "description": "Unique identifier for the task", "type": "string" } }, "required": [ "id", "description" ], "type": "object" }

You must be authenticated.

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