Definition
Assembly: Microsoft.OData.Mcp.Core.dll Namespace: Microsoft.OData.Mcp.Core.Tools Inheritance: System.EnumSyntax
Summary
Defines the operation types for MCP tools.Values
| Name | Value | Description |
|---|---|---|
Read | 0 | Read operation that retrieves data without modification. |
Create | 1 | Create operation that adds new data. |
Update | 2 | Update operation that modifies existing data. |
Delete | 3 | Delete operation that removes data. |
Query | 4 | Query operation that searches and filters data. |
Navigate | 5 | Navigate operation that traverses relationships. |
Batch | 6 | Batch operation that processes multiple items. |
Custom | 7 | Custom operation with specific business logic. |