Call Algolia Read Tool
algolia_call_read_toolRun one read-only Algolia operation. Use this after algolia_discover_tools, and usually after algolia_describe_tool, when the selected operation has effect read. Pass the operationName and arguments exactly as described. Returns that operation's result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | Yes | Arguments for the Algolia operation | |
| operationName | Yes | Name of the Algolia read operation to execute. Call algolia_discover_tools to find available operation names; call algolia_describe_tool to inspect a specific operation's input schema before calling it here. |