Skip to main content
Glama

Teamwork MCP

getTaskSubtasks

Retrieve all subtasks for a specific task in Teamwork, including pagination options and the ability to include completed tasks.

Instructions

Get all subtasks for a specific task in Teamwork

Input Schema

NameRequiredDescriptionDefault
includeCompletedTasksNoInclude completed tasks in the results
pageNoPage number for pagination
pageSizeNoNumber of items per page
taskIdYesThe ID of the task to get subtasks from

Input Schema (JSON Schema)

{ "properties": { "includeCompletedTasks": { "description": "Include completed tasks in the results", "type": "boolean" }, "page": { "description": "Page number for pagination", "type": "integer" }, "pageSize": { "description": "Number of items per page", "type": "integer" }, "taskId": { "description": "The ID of the task to get subtasks from", "type": "integer" } }, "required": [ "taskId" ], "type": "object" }

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/Vizioz/Teamwork-MCP'

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