Table of Contents

Class WebMcpAnnotation

Namespace
PuppeteerSharp.Cdp
Assembly
PuppeteerSharp.dll

Tool annotations for a WebMCP tool.

public class WebMcpAnnotation
Inheritance
WebMcpAnnotation

Properties

Autosubmit

If the declarative tool was declared with the autosubmit attribute.

public bool? Autosubmit { get; set; }

Property Value

bool?

ReadOnly

A hint indicating that the tool does not modify any state.

public bool? ReadOnly { get; set; }

Property Value

bool?