execute_odata_query
Run custom OData queries against Dynamics 365 Web API to filter, select, and retrieve CRM entity data for AI agents and integrations.
Instructions
Execute a custom OData query against Dynamics 365 Web API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Raw OData query (e.g., "contacts?$filter=statecode eq 0&$select=firstname,lastname") |