Table of Contents

Class McpToolInfo

Namespace
Glitch9.AIDevKit

Information about a tool available on an MCP server.

public class McpToolInfo
Inheritance
object
McpToolInfo

Properties

Annotations

Additional annotations about the tool.

public JObject Annotations { get; set; }

Property Value

JObject

Description

The description of the tool.

public string Description { get; set; }

Property Value

string

InputSchema

The JSON schema describing the tool's input.

public JObject InputSchema { get; set; }

Property Value

JObject

Name

The name of the tool.

public string Name { get; set; }

Property Value

string