Skip to main content
Version: Next

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

WebMCPTool

Tool that was called.