Skip to main content

Definition

Assembly: Microsoft.OData.Mcp.Core.dll Namespace: Microsoft.OData.Mcp.Core.Tools Inheritance: System.Enum

Syntax

Microsoft.OData.Mcp.Core.Tools.McpToolOperationType

Summary

Defines the operation types for MCP tools.

Values

NameValueDescription
Read0Read operation that retrieves data without modification.
Create1Create operation that adds new data.
Update2Update operation that modifies existing data.
Delete3Delete operation that removes data.
Query4Query operation that searches and filters data.
Navigate5Navigate operation that traverses relationships.
Batch6Batch operation that processes multiple items.
Custom7Custom operation with specific business logic.