Table of Contents

Class McpToolInfo

Namespace
Mythosia.AI.Mcp
Assembly
Mythosia.AI.Mcp.dll

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

string

InputSchema

Raw JSON Schema for the tool's input parameters.

public JsonElement? InputSchema { get; }

Property Value

JsonElement?

Name

Tool name.

public string Name { get; }

Property Value

string