Skip to main content
Glama

Teamwork MCP

getProjectsAllocationsTime

Retrieve time entries for a specific allocation with filters such as date range, sorting, and pagination. Access only the entries you have permission to view in Teamwork projects.

Instructions

Get time entries for a specific allocation. Return logged time entries for a specific allocation. Only the time entries that the logged-in user can access will be returned.

Input Schema

NameRequiredDescriptionDefault
allocationIdYesfilter by allocation id
endDateNofilter by an ending date
includePermissionsNoinclude permissions
includeTotalsNoinclude totals
orderByNosort order
orderModeNoorder mode
pageNopage number
pageSizeNonumber of items in a page
startDateNofilter by a starting date
updatedAfterNofilter by updated after date

Input Schema (JSON Schema)

{ "properties": { "allocationId": { "description": "filter by allocation id", "type": "integer" }, "endDate": { "description": "filter by an ending date", "type": "string" }, "includePermissions": { "description": "include permissions", "type": "boolean" }, "includeTotals": { "description": "include totals", "type": "boolean" }, "orderBy": { "description": "sort order", "enum": [ "company", "date", "dateupdated", "project", "task", "tasklist", "user", "description", "billed", "billable", "timespent" ], "type": "string" }, "orderMode": { "description": "order mode", "enum": [ "asc", "desc" ], "type": "string" }, "page": { "description": "page number", "type": "integer" }, "pageSize": { "description": "number of items in a page", "type": "integer" }, "startDate": { "description": "filter by a starting date", "type": "string" }, "updatedAfter": { "description": "filter by updated after date", "type": "string" } }, "required": [ "allocationId" ], "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