Expand Lazy Value
openl_get_trace_valueRetrieve the complete value of a lazy trace parameter by ID while the debug session is active; include the JSON schema only when the type structure is required.
Instructions
Fetch the full value of a parameter that openl_inspect_trace_frame returned lazily (lazy: true with a parameterId). Valid while the debug session is alive. By default only name, description, and value are returned; withSchema: true adds the value's JSON Schema (large — request it only when the type structure itself matters).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID returned by backend. Use the exact 'projectId' value from openl_list_projects() response without modification or reformatting. | |
| withSchema | No | Also return the value's JSON Schema (default false — the schema is large and rarely needed; the value itself already shows the structure). | |
| parameterId | Yes | Parameter ID from a lazy ParameterValue (lazy: true) returned by openl_inspect_trace_frame. | |
| response_format | No | Response format: 'json' for structured, round-trippable data (default), 'markdown' for human-readable output, 'markdown_concise' for a brief summary (1-2 paragraphs), or 'markdown_detailed' for full details with context | json |