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
Input
The input parameters used for the call.
public object Input { get; }
Property Value
Tool
Tool that was called.
public WebMcpTool Tool { get; }