Skip to main content
Glama

Teamwork MCP

getCurrentProject

Retrieve the current Teamwork project associated with a solution by checking the .teamwork file or prompting the user for the project ID, enabling efficient project management on Teamwork MCP.

Instructions

Get the current solution's Teamwork project, always check the .teamwork file in the root of the solution for the Teamwork project ID or ask the user which project they are working on.

Input Schema

NameRequiredDescriptionDefault
projectIdYesThe current Teamwork project ID associated with the solution.

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "The current Teamwork project ID associated with the solution.", "type": "integer" } }, "required": [ "projectId" ], "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