containers-get
Get a single container by ID, including notes_count, children_count, description, negative_space (what does NOT belong in the folder), and LLM instructions if set. Optional: include_tree (boolean) to also get ancestor chain and children. Required: id (integer).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Container ID (required) | |
| include_tree | No | Include ancestors and children arrays (default: false) |