List Officient API endpoints
officient_list_endpointsList Officient API endpoints filtered by tag, HTTP method, or search terms. Returns operationId, path, summary, scope, and read/write status.
Instructions
Discover Officient API endpoints from the bundled spec (no network call, no scope needed). Returns compact one-liners: operationId | METHOD path | summary | required scope | read/WRITE. Filter by tag, HTTP method or free text, then feed an operationId into officient_describe_endpoint or officient_request. READ-ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag, e.g. calendar, people, expenses, wages, documents, fleet. | |
| limit | No | Max results (default 100). | |
| method | No | Filter by HTTP method. | |
| search | No | Free-text filter over operationId, path, summary, tag and description. | |
| writes_only | No | Only return endpoints that modify data. |