get_allocation
Retrieve details of a specific cost allocation by providing its ID or a partial name match.
Instructions
Use this when the user wants to view details of a specific cost allocation. Accepts either the allocation ID or a partial name (case-insensitive). Do NOT use this for listing all allocations (use list_allocations) or running queries (use run_query).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the allocation to retrieve. | |
| name | No | Partial name match (case-insensitive). Used to find the allocation when ID is unknown. |