get_entity
Retrieve a project, portfolio, or goal by ID to access its details.
Instructions
Get a project, portfolio, or goal by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional list of fields to return. Use ["all"] for all fields. | |
| entity_id | Yes | Entity ID | |
| entity_type | Yes | "project", "portfolio", or "goal" | |
| output_format | No | Response format: "text" (default, markdown) or "json" | text |
| full_description | No | If true, do not truncate description (default false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |