Holded projects
holded_projectsManage projects, tasks, and time entries in Holded. Create, update, list, delete, and query project data with associated tasks and times.
Instructions
Projects, tasks and time tracking. Actions: list_projects (status), get_project, project_summary, create_project, update_project, delete_project, list_tasks, get_task, create_task, update_task, delete_task, list_times (project_id optional), get_time (project_id, time_id), create_time (project_id), update_time, delete_time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Record id (24 hex characters) | |
| data | No | Payload for create and update actions, following the Holded v2 request contract | |
| limit | No | Page size, 1 to 200 (default 50) | |
| action | Yes | ||
| cursor | No | Cursor from the previous page to continue listing | |
| status | No | ||
| confirm | No | Required for gated actions. The first call without it sends nothing and explains what would happen. | |
| time_id | No | ||
| project_id | No |