Skip to main content
Glama

Teamwork MCP

getTasksByTaskListId

Retrieve all tasks from a specified task list, including pagination and optional completed tasks, using Teamwork MCP for streamlined task management.

Instructions

Get all tasks from a specific task list in Teamwork

Input Schema

NameRequiredDescriptionDefault
includeCompletedTasksNoInclude completed tasks in the results
pageNoPage number for pagination
pageSizeNoNumber of items per page
tasklistIdYesThe ID of the task list to get tasks 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" }, "tasklistId": { "description": "The ID of the task list to get tasks from", "type": "integer" } }, "required": [ "tasklistId" ], "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