get_project
Retrieve detailed information for a specific project by providing its ID. Integrates with Goodday project management platform for context-aware queries on projects, tasks, and users.
Instructions
Get details of 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": "string"
}
},
"required": [
"project_id"
],
"title": "get_projectArguments",
"type": "object"
}