openl Get Trace Parameter
openl_get_trace_parameterRetrieve lazy-loaded parameter values by providing the project ID and parameter ID from a TraceParameterValue object with lazy:true.
Instructions
Get lazy-loaded parameter value. Use when a TraceParameterValue has lazy:true and parameterId set.
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. | |
| parameterId | Yes | Parameter ID from TraceParameterValue (lazy-loaded params). | |
| response_format | No | Response format: 'json' for structured data, 'markdown' for human-readable (default), 'markdown_concise' for brief summary (1-2 paragraphs), 'markdown_detailed' for full details with context | markdown |