Skip to content

MCPToolCall

stable

Expandable tool call log with input/output/error panels

Tool ExecutionInteractive/Storybook ↗
import { MCPToolCall } from "@nodus/design-system/patterns"
Loading demo…

Props

toolrequired
Type stringDefault

Tool name

serverrequired
Type stringDefault

Server name

input
Type Record<string, unknown>Default

Tool input parameters

output
Type Record<string, unknown>Default

Tool output/result

duration
Type numberDefault

Execution time in milliseconds

status
Type "success" | "error" | "pending"Default "success"

Execution status

timestamp
Type stringDefault

ISO timestamp

error
Type stringDefault

Error message if failed

Metadatasemantictypebordersurfacespace
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?