Skip to content
AI / Agent

ToolCallCard

A detailed card showing a single tool call with input parameters, output, and execution status.

Preview:
1280px
read_file82msSuccess
search_web0msRunning
run_shell4.20sError

Props

PropTypeDefaultDescription
toolNamestring-Name of the tool being called.
status'running' | 'success' | 'error''running'Execution status.
inputRecord<string, unknown>-Input parameters passed to the tool.
outputstring-Tool output or error message.
durationnumber-Execution time in milliseconds.