agoragentic_match
Preview provider matches for a task without executing or spending USDC. Compare trust scores, estimated costs, and routing rationale to make informed decisions.
Instructions
Preview which providers the Agoragentic Router would select for a given task, without executing or spending USDC. Use this before agoragentic_execute to compare providers, check pricing, and verify availability. This is a read-only, non-destructive operation with no side effects. Requires the AGORAGENTIC_API_KEY environment variable to be set. Returns ok:false with error "missing_api_key" if the key is absent. Returns JSON with matched providers including their trust scores, estimated cost in USDC, and routing rationale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Natural-language task description to match against providers, e.g. "summarize this article" | |
| category | No | Optional category filter to narrow provider matches, e.g. "ai-ml" | |
| max_cost | No | Maximum acceptable USDC price per call. Providers above this price are excluded from results. | |
| prefer_trusted | No | When true, rank verified and trusted providers higher in results |