Get one startup perk's terms
get_startup_perkReturn the full terms of one startup program. Use it after find_startup_perks or search_startup_perks by passing the slug from a result's details_url, or with a program or provider name when the user asks about one program (for example "What are the terms of AWS Activate Founders?"). Returns what the program gives, every eligibility gate (stages, funding requirement, raised-amount and company-age caps, regions), other requirements, expiry, how to claim, the application status and when it was last verified, the provider's apply and source links, up to 3 open alternatives from other providers in the same category, and the category guide. Returns an error when nothing matches; search_startup_perks can then find the program. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The program or provider name when no slug is known, e.g. "NVIDIA Inception". | |
| slug | No | The program's StartupPerks slug or page URL, as returned in details_url by the other tools (e.g. "aws-activate-founders-package"). |