structure_get
Retrieve a Tempo Structure's metadata by ID, including name, description, and owner. Use when you need structure details without hierarchy.
Instructions
Get Tempo Structure metadata by id (name, description, owner). Does not include hierarchy — use structure_getForest / structure_getBoard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| withOwner | No | Include owner (default true) | |
| structureId | Yes | Structure id from StructureBoard.jspa?s=… | |
| withPermissions | No | Include permission rules (default false) |