Skip to main content
Glama

Harvest MCP Server

harvest_list_task_assignments

Retrieve assigned tasks for a specific Harvest project to manage workload distribution and track project progress.

Instructions

List task assignments for a project. Use about {"tool": "harvest_list_task_assignments"} for detailed workflow and examples.

Input Schema

NameRequiredDescriptionDefault
is_activeNoFilter by active status
pageNoPage number
per_pageNoResults per page (max 100)
project_idYesProject ID

Input Schema (JSON Schema)

{ "properties": { "is_active": { "description": "Filter by active status", "type": "boolean" }, "page": { "description": "Page number", "type": "number" }, "per_page": { "description": "Results per page (max 100)", "type": "number" }, "project_id": { "description": "Project ID", "type": "string" } }, "required": [ "project_id" ], "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/standardbeagle/harvest-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server