Class McpListToolsCallOutput
A list of tools available on an MCP server.
Model > User
public class McpListToolsCallOutput : ToolOutput, IPrompt, IMcp
- Inheritance
-
objectMcpListToolsCallOutput
- Implements
- Inherited Members
- Extension Methods
Constructors
McpListToolsCallOutput()
public McpListToolsCallOutput()
Properties
Error
Error message if the server could not list tools.
public McpException Error { get; set; }
Property Value
ServerLabel
The label of the MCP server.
public string ServerLabel { get; set; }
Property Value
- string
Tools
The tools available on the server.
public List<McpToolInfo> Tools { get; set; }
Property Value
- List<McpToolInfo>