Get Trace Node Details
openl_get_trace_node_detailsRetrieve detailed trace node data including parameters, context, result, and errors. Node IDs are obtained from the get_trace_nodes tool.
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 |
|---|---|---|---|
| nodeId | Yes | Trace node ID from get_trace_nodes. | |
| projectId | Yes | Project ID returned by backend. Use the exact 'projectId' value from openl_list_projects() response without modification or reformatting. | |
| 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 |
| showRealNumbers | No |