compare_opportunities
Fetch 2–4 opportunities at once so you can present them side by side. Use after search_opportunities when the user is choosing between a few options.
Returns the full detail rows (including eligibility + body) for every id, in the order requested. Present them as a comparison table — rows = attributes (funding, deadline, region, eligibility highlights), columns = the opportunities — then recommend which fits the user best and why.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of 2–4 opportunity UUIDs (from search_opportunities) to compare. |