Table of Contents

Class WebMcpToolCall

Namespace
PuppeteerSharp.Cdp
Assembly
PuppeteerSharp.dll

Represents a pending or completed WebMCP tool invocation call.

public class WebMcpToolCall
Inheritance
WebMcpToolCall

Properties

Id

Tool invocation identifier.

public string Id { get; }

Property Value

string

Input

The input parameters used for the call.

public object Input { get; }

Property Value

object

Tool

Tool that was called.

public WebMcpTool Tool { get; }

Property Value

WebMcpTool