Get opportunity details
oppcircle_getFetch full details of a single opportunity by ID, slug, or URL. Returns complete description, eligibility, benefits, deadlines, tags, and official apply links as readable text.
Instructions
Fetch the full details of a single opportunity by numeric id, slug, or its public url. Returns the complete description (eligibility, benefits, how to apply, deadlines, official links) converted to readable text, plus its type, tags, country/funding tags, dates and featured image. Provide exactly one of id / slug / url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric post id (from oppcircle_search). | |
| url | No | Full opportunitiescircle.com URL of the opportunity page. | |
| slug | No | URL slug, e.g. 'fao-volunteer-program-in-italy'. | |
| max_chars | No | Max characters of body text to return (default 8000). |