ToolCallEvent
Dispatched before a tool is called, contains the tool name and input data
How to use it
ToolCallEvent is exposed by the MCP Server Bundle MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the ToolCallEvent tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL MCP SERVER BUNDLE LISTINGOther tools in MCP Server Bundle (6)
AudioToolResult
For audio results
ImageToolResult
For image results
ResourceToolResult
For file or resource results
TextToolResult
For text-based results
ToolCallExceptionEvent
Dispatched when a tool throws an exception, contains the tool name, input data and throwable
ToolResultEvent
Dispatched after a tool has been called, contains the result of the tool call