get_opportunity_details
Fetch full details for a single opportunity by ID. Use this after search_opportunities when:
The user wants to know more about a specific match
You need the full eligibility text to confirm a strong-match claim
The user wants to draft an application — you need the requirements
The response includes all fields including the full body text and eligibility criteria. Present the eligibility as a checklist when relevant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Opportunity UUID returned from search_opportunities |