Skip to main content
Glama

task-orchestrator-mcp

by 108yen

listTasks

Retrieve tasks from a hierarchical structure, optionally filtered by parent ID. Returns root tasks if no parent ID is specified, or direct children of the specified parent task.

Instructions

List tasks from hierarchical structure, optionally filtered by parentId. Returns root tasks if no parentId specified, or direct children of specified parent task.

Input Schema

NameRequiredDescriptionDefault
parentIdNoFilter tasks by parent ID to get direct children (optional, returns root tasks if not specified)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "parentId": { "description": "Filter tasks by parent ID to get direct children (optional, returns root tasks if not specified)", "type": "string" } }, "type": "object" }
Install Server

Other Tools from task-orchestrator-mcp

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/108yen/task-orchestrator-mcp'

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