ItemMcpListTools 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.
public class ItemMcpListTools : Azure.AI.AgentServer.Responses.Models.Item, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemMcpListTools>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemMcpListTools>
type ItemMcpListTools = class
inherit Item
interface IJsonModel<ItemMcpListTools>
interface IPersistableModel<ItemMcpListTools>
Public Class ItemMcpListTools
Inherits Item
Implements IJsonModel(Of ItemMcpListTools), IPersistableModel(Of ItemMcpListTools)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ItemMcpListTools(String, String, IEnumerable<MCPListToolsTool>) |
Initializes a new instance of ItemMcpListTools. |
Properties
| Name | Description |
|---|---|
| Error |
Gets or sets the Error. |
| Id |
The unique ID of the list. |
| ServerLabel |
The label of the MCP server. |
| Tools |
The tools available on the server. |