mycelium_zoom
Zoom into a data entity to inspect it at forest, tree, or leaf level. Defaults to tree; leaf reveals full column names and query patterns. Manages working memory by limiting leaf resolution to four entities.
Instructions
Materialise one entity at a chosen level of detail, and admit it to working memory.
Default to tree. Go to leaf only when you need column names, real query patterns, or
assertion detail -- that is, when you are about to write SQL or name a specific field.
At most four entities sit at leaf resolution at once. If you need a fifth, the least-used one is demoted to make room; that is the mechanism working, not a failure. If the response says columns were truncated, quote the stated count rather than concluding a column is absent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urn | Yes | The entity to look at more closely. | |
| level | No | 'forest' (it exists), 'tree' (identity + relations), 'leaf' (full). | tree |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||