Skip to main content
Glama

Teamwork MCP

addPeopleToProject

Assign individuals or teams to a specific project by specifying project and user IDs. Streamlines user management within Teamwork projects for better collaboration.

Instructions

Add people to a specific project in Teamwork

Input Schema

NameRequiredDescriptionDefault
checkTeamIdsNoOptional array of team IDs to check
projectIdYesThe ID of the project to add people to
userIdsYesArray of user IDs to add to the project

Input Schema (JSON Schema)

{ "properties": { "checkTeamIds": { "description": "Optional array of team IDs to check", "items": { "type": "integer" }, "type": "array" }, "projectId": { "description": "The ID of the project to add people to", "type": "integer" }, "userIds": { "description": "Array of user IDs to add to the project", "items": { "type": "integer" }, "type": "array" } }, "required": [ "projectId", "userIds" ], "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