Skip to main content
Glama

Teamwork MCP

getProjectPeople

Retrieve all individuals assigned to a specific Teamwork project by project ID, with filters for user type, name, email, sorting, and pagination.

Instructions

Get all people assigned to a specific project from Teamwork

Input Schema

NameRequiredDescriptionDefault
includeObserversNoInclude project observers
orderByNoOrder by field
orderModeNoOrder mode
pageNoPage number
pageSizeNoNumber of items per page
projectIdYesThe ID of the project to get people from
searchTermNoFilter by name or email
userTypeNoFilter by user type

Input Schema (JSON Schema)

{ "properties": { "includeObservers": { "description": "Include project observers", "type": "boolean" }, "orderBy": { "description": "Order by field", "enum": [ "name", "namecaseinsensitive", "company" ], "type": "string" }, "orderMode": { "description": "Order mode", "enum": [ "asc", "desc" ], "type": "string" }, "page": { "description": "Page number", "type": "integer" }, "pageSize": { "description": "Number of items per page", "type": "integer" }, "projectId": { "description": "The ID of the project to get people from", "type": "integer" }, "searchTerm": { "description": "Filter by name or email", "type": "string" }, "userType": { "description": "Filter by user type", "enum": [ "account", "collaborator", "contact" ], "type": "string" } }, "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