ProtectedInternalInternal method that must be implemented by derived action classes. This is where the actual action logic should be implemented.
The action execution parameters including typed context
Promise resolving to the action result
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Action to execute a tool on an MCP server.
This action connects to an MCP server (if not already connected), calls the specified tool with provided arguments, and returns the result.
Example
Parameters:
ConnectionID(required): UUID of the MCP Server Connection to useToolName(required): Name of the tool to executeArguments(optional): Object with tool input parametersTimeout(optional): Request timeout in milliseconds (default: 60000)Result:
ToolOutput,DurationMs,IsToolError