Describe an Officient API endpoint
officient_describe_endpointRetrieves full specifications for any Officient API endpoint, including parameters, request body, example, and documentation URL, from the bundled spec without making a network call.
Instructions
Full detail for one Officient endpoint from the bundled spec (no network call, no scope needed): path/query parameters, request body schema and a worked example, the required OAuth scope, the documentation prose and the doc URL. Use before calling officient_request. READ-ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | Yes | Operation id exactly as returned by officient_list_endpoints, e.g. "add-event". |