list_bounties
Discover available bounties for contribution or review bounty status on Gitopia's decentralized platform. Returns bounty details including amount, state, and expiration.
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) |