Skip to main content
Glama

Teamwork MCP

getTaskById

Retrieve a specific task by its unique ID using Teamwork MCP server. Input the task ID to access detailed task information directly from the Teamwork API.

Instructions

Get a specific task by ID from Teamwork

Input Schema

NameRequiredDescriptionDefault
taskIdYesThe ID of the task to retrieve

Input Schema (JSON Schema)

{ "properties": { "taskId": { "description": "The ID of the task to retrieve", "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