Skip to main content
Glama

Teamwork MCP

getPeople

Retrieve and filter people data from Teamwork projects, including users, collaborators, and contacts, based on user type, date, search terms, or specific IDs within Teamwork MCP.

Instructions

Get all people from Teamwork

Input Schema

NameRequiredDescriptionDefault
companyIdsNoFilter by company IDs
includeClientsNoInclude client users
includeCollaboratorsNoInclude collaborator users
lastLoginAfterNoFilter by users who logged in after this date-time
orderByNoOrder by field
orderModeNoOrder mode
pageNoPage number
pageSizeNoNumber of items per page
projectIdsNoFilter by project IDs
searchTermNoFilter by name or email
teamIdsNoFilter by team IDs
updatedAfterNoFilter by users updated after this date-time (format: ISO 8601)
userTypeNoFilter by user type

Input Schema (JSON Schema)

{ "properties": { "companyIds": { "description": "Filter by company IDs", "items": { "type": "integer" }, "type": "array" }, "includeClients": { "description": "Include client users", "type": "boolean" }, "includeCollaborators": { "description": "Include collaborator users", "type": "boolean" }, "lastLoginAfter": { "description": "Filter by users who logged in after this date-time", "type": "string" }, "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" }, "projectIds": { "description": "Filter by project IDs", "items": { "type": "integer" }, "type": "array" }, "searchTerm": { "description": "Filter by name or email", "type": "string" }, "teamIds": { "description": "Filter by team IDs", "items": { "type": "integer" }, "type": "array" }, "updatedAfter": { "description": "Filter by users updated after this date-time (format: ISO 8601)", "type": "string" }, "userType": { "description": "Filter by user type", "enum": [ "account", "collaborator", "contact" ], "type": "string" } }, "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