get_org_bounties
Retrieve open bounties for a given organization on Algora to find active issues you can claim.
Instructions
Get all open bounties for a specific organization on Algora. Use this to check if a known project (cal.com, supabase, etc.) has active bounties you can claim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Org slug from their Algora URL (e.g., 'cal' for algora.io/cal). | |
| status | No | Bounty status filter. Default: 'open'. | |
| limit | No | Max results (1–100). Default: 50. |