GetValueMetadata
Inspect metadata about an Observable runtime value, including its state, type, dependencies, and dependents, without fetching the full value to debug notebook internals.
Instructions
Get metadata about a value in the Observable runtime including its state, type, dependencies (inputs), and dependents (outputs) without fetching the full value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the value | |
| notebook | No | Target notebook (URL, path like "index" or "voronoi", or index like "0"). Optional if you've used FocusNotebook or only one notebook is connected. | |
| timeout_ms | No | Maximum time to wait in milliseconds |