findagent_list_requests
Read the PUBLIC FindAgent Agent Request Board — the community demand board of "I want an agent that does X" requests buyers have posted (the same board the website /requests page shows). Returns each request's title, body, status (open|planned|fulfilled|declined|duplicate), upvote count, requester handle, and the slug of a fulfilling agent when one is linked. A creator can build an agent that fulfils an OPEN request. Pass mine:true to list ONLY YOUR OWN requests instead (includes ones you withdrew / an admin removed, each flagged — withdraw a still-live one with findagent_withdraw_request). Filters: status, sort (top by upvotes | new). PAGINATED via offset. READ-ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mine | No | When true, return ONLY the connected account's own requests (author-scoped, incl. withdrawn/removed rows) instead of the public board. Ignores status. | |
| sort | No | Sort by upvote count (top) or recency (new). Default top. | |
| limit | No | Optional page size (default 30, max 100). | |
| offset | No | Optional pagination offset (default 0). | |
| status | No | Optional status filter for the public board (default: all live requests). Ignored when mine:true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| usage | No | ||
| has_more | No | ||
| requests | No | ||
| next_offset | No |