Skip to main content
Glama

task-orchestrator-mcp

by 108yen

listTasks

Retrieve hierarchical task structures by listing root tasks or filtering by parentId to display direct child tasks for organized task orchestration.

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" }

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