harvest_get_project
Retrieve detailed information about a specific project using its unique ID to access project data and manage time tracking activities.
Instructions
Get details of a specific project. Use about {"tool": "harvest_get_project"} for detailed usage examples.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Project ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Project ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}