Get Project
get_projectRetrieve details of a project including its ID, name, description, and git configuration. Optionally include nested workspace and job data.
Instructions
Get details of a specific Coalesce project.
Args:
projectID (string, required): The project ID
includeWorkspaces (boolean, optional): Include nested workspace data
includeJobs (boolean, optional): Include nested job data
Returns: Full project object with ID, name, description, git configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectID | Yes | The project ID | |
| includeJobs | No | Include nested job data for all workspaces | |
| includeWorkspaces | No | Include nested workspace data with workspace IDs |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |