Class McpListToolsCallOutput
A list of tools available on an MCP server.
Model > User
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class McpListToolsCallOutput : ToolOutput, IPrompt, IValidatable, IHasId<string>, IMcp
Constructors
| Edit this page View SourceMcpListToolsCallOutput()
Declaration
public McpListToolsCallOutput()
Properties
| Edit this page View SourceError
Error message if the server could not list tools.
Declaration
[JsonProperty("error")]
public McpException Error { get; set; }
Property Value
| Type | Description |
|---|---|
| McpException |
ServerLabel
The label of the MCP server.
Declaration
[JsonProperty("server_label")]
public string ServerLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tools
The tools available on the server.
Declaration
[JsonProperty("tools")]
public List<McpToolInfo> Tools { get; set; }
Property Value
| Type | Description |
|---|---|
| List<McpToolInfo> |