WebMCPToolCall class
Signature
export declare class WebMCPToolCall
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the WebMCPToolCall class.
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| id | string | Tool invocation identifier. | |
| input | object | The input parameters used for the call. | |
| tool | Tool that was called. |