Class McpToolInfo
Information about a tool available on an MCP server.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class McpToolInfo
Properties
| Edit this page View SourceAnnotations
Additional annotations about the tool.
Declaration
[JsonProperty("annotations")]
public JObject Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| JObject |
Description
The description of the tool.
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InputSchema
The JSON schema describing the tool's input.
Declaration
[JsonProperty("input_schema")]
public JObject InputSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| JObject |
Name
The name of the tool.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |