WebMCPToolCallResult interface
Signature
export interface WebMCPToolCallResult
Properties
Property | Modifiers | Type | Description | Default |
|---|---|---|---|---|
| call |
| The corresponding tool call if available. | ||
| errorText |
| string | Error text. | |
| exception |
| Protocol.Runtime.RemoteObject | The exception object, if the javascript tool threw an error. | |
| id | string | Tool invocation identifier. | ||
| output |
| any | Output or error delivered as delivered to the agent. Missing if | |
| status | Status of the invocation. |