MCPToolCall
stableExpandable tool call log with input/output/error panels
import { MCPToolCall } from "@nodus/design-system/patterns"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
toolreq | string | — | Tool name |
serverreq | string | — | Server name |
input | Record<string, unknown> | — | Tool input parameters |
output | Record<string, unknown> | — | Tool output/result |
duration | number | — | Execution time in milliseconds |
status | "success" | "error" | "pending" | "success" | Execution status |
timestamp | string | — | ISO timestamp |
error | string | — | Error message if failed |
toolrequiredType
stringDefault —Tool name
serverrequiredType
stringDefault —Server name
inputType
Record<string, unknown>Default —Tool input parameters
outputType
Record<string, unknown>Default —Tool output/result
durationType
numberDefault —Execution time in milliseconds
statusType
"success" | "error" | "pending"Default "success"Execution status
timestampType
stringDefault —ISO timestamp
errorType
stringDefault —Error message if failed
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?