{"service":"eloquent-poll","version":"1.0.0","base_url":"https://polls.eloquentanalytics.com","routes":[{"path":"/api/poll","method":"POST","operation_id":"createPoll","x-agent-hints":{"when_to_use":"When you need multi-model consensus on a question with discrete options. Use instead of asking a single model when the decision has real consequences.","cost_estimate":"$0.01-0.50 per poll depending on preset and early termination","latency_estimate":"2-30 seconds depending on preset (fast: 2-5s, broad: 10-30s)","requires_auth":true,"idempotent":false}},{"path":"/api/results/{resultId}","method":"GET","operation_id":"getResultDetail","x-agent-hints":{"when_to_use":"To retrieve a previously completed poll result by its ID","cost_estimate":"free","latency_estimate":"<100ms","requires_auth":false,"idempotent":true}},{"path":"/api/balance","method":"GET","operation_id":"getBalance","x-agent-hints":{"when_to_use":"Check remaining balance before running a poll","cost_estimate":"free","latency_estimate":"<500ms","requires_auth":true,"idempotent":true}},{"path":"/api/mcp","method":"POST","operation_id":"mcpEndpoint","x-agent-hints":{"when_to_use":"If your framework supports MCP (Model Context Protocol), use this instead of REST for built-in tool discovery","cost_estimate":"same as REST poll endpoint","latency_estimate":"same as REST poll endpoint","requires_auth":true,"idempotent":false}}]}