MCPListToolsTool Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MCP list tools tool.
public class MCPListToolsTool : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.MCPListToolsTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.MCPListToolsTool>
type MCPListToolsTool = class
interface IJsonModel<MCPListToolsTool>
interface IPersistableModel<MCPListToolsTool>
Public Class MCPListToolsTool
Implements IJsonModel(Of MCPListToolsTool), IPersistableModel(Of MCPListToolsTool)
- Inheritance
-
MCPListToolsTool
- Implements
Constructors
| Name | Description |
|---|---|
| MCPListToolsTool(String, MCPListToolsToolInputSchema) |
Initializes a new instance of MCPListToolsTool. |
Properties
| Name | Description |
|---|---|
| Annotations |
Gets or sets the Annotations. |
| Description |
Gets or sets the Description. |
| InputSchema |
The JSON schema describing the tool's input. |
| Name |
The name of the tool. |