Class McpToolInfo
Describes an MCP tool discovered from a server.
public sealed class McpToolInfo
- Inheritance
-
McpToolInfo
- Inherited Members
Properties
Description
Human-readable description.
public string? Description { get; }
Property Value
InputSchema
Raw JSON Schema for the tool's input parameters.
public JsonElement? InputSchema { get; }
Property Value
Name
Tool name.
public string Name { get; }