get_space
Retrieve a specific Huly space by its ID or exact name. Narrow results using class or type when names are ambiguous.
Instructions
Get one generic Huly space by raw space _id or exact space name. Resolution tries _id first, then exact name. If a name matches multiple spaces, pass class and/or type to narrow; ambiguous errors include matching ids/classes/types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space | Yes | a string that will be trimmed | |
| includeArchived | No | Allow matching archived spaces by exact name. Defaults to false for name lookup. ID lookup can return archived spaces. | |
| class | No | a string that will be trimmed | |
| type | No | a string that will be trimmed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |