list_bounties
Discover available bounties for contribution or review their status. Returns a JSON array of bounty objects with details such as id, amount, state, and creator. Optionally limit the results.
Instructions
Use this when you need to discover available bounties for contribution or review bounty status. Returns a JSON array of bounty objects with id, amount, state, repository_id, parent_iid, expire_at, and creator. Optional: 'limit' (default 50). Use get_bounty to get full details on a specific bounty. See also: get_bounty, create_bounty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of bounties to return (default 50) |