get_project_details
Retrieve comprehensive project details by specifying the project ID using the Harvest MCP Server. Streamline project management and access essential information efficiently.
Instructions
Get detailed information about a specific project.
Args:
project_id: The ID of the project to retrieve
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "integer"
}
},
"required": [
"project_id"
],
"title": "get_project_detailsArguments",
"type": "object"
}