list_endpoints
Discover Virtuous API endpoints with method, path, title, read/write status, and parameters. Filter by resource, search term, or kind (reads/writes).
Instructions
Discover Virtuous API endpoints across the ENTIRE API. Read-only.
Returns matching endpoints with their method, path template (with
:placeholders), title, whether they read or write, and parameter names. Use
the returned method+path with call_endpoint (or describe_endpoint first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| only | No | Filter by kind: 'reads' or 'writes'. Omit for both. | |
| search | No | Case-insensitive substring to match in the title or path. | |
| resource | No | Filter to one resource group, e.g. 'Contact'. See list_resources. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||