openl Get Trace Node Details
openl_get_trace_node_detailsRetrieve detailed information about a trace node, including parameters, context, result, and errors, for debugging and analysis.
Instructions
Get detailed trace node including parameters, context, result, and errors. Node IDs come from openl_get_trace_nodes.
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. | |
| nodeId | Yes | Trace node ID from get_trace_nodes. | |
| showRealNumbers | No | ||
| 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 |