read_request
Send arbitrary read-only GET requests to the Virtuous API for data not covered by specific tools.
Instructions
Escape hatch for arbitrary READ-ONLY GET requests to the Virtuous API.
Only GET is allowed here. Use when no dedicated read tool fits. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API path beginning with /api/, e.g. '/api/Contact/123'. | |
| params | No | Optional query-string params. |