ItemFieldMcpToolCall 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 tool call.
public class ItemFieldMcpToolCall : Azure.AI.AgentServer.Responses.Models.ItemField, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemFieldMcpToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemFieldMcpToolCall>
type ItemFieldMcpToolCall = class
inherit ItemField
interface IJsonModel<ItemFieldMcpToolCall>
interface IPersistableModel<ItemFieldMcpToolCall>
Public Class ItemFieldMcpToolCall
Inherits ItemField
Implements IJsonModel(Of ItemFieldMcpToolCall), IPersistableModel(Of ItemFieldMcpToolCall)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| ApprovalRequestId |
Gets the ApprovalRequestId. |
| Arguments |
A JSON string of the arguments passed to the tool. |
| Error |
Gets the Error. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| Id |
The unique ID of the tool call. |
| Name |
The name of the tool that was run. |
| Output |
Gets the Output. |
| ServerLabel |
The label of the MCP server running the tool. |
| Status |
The status of the tool call. One of |