findagent_browse_agents
Browse the PUBLISHED FindAgent marketplace catalogue WITH pricing — the same store listing the website shows. Returns each agent's slug, title, tagline, price_type (free|paid), price_cents (USD cents), category, rating, install count, and kind. Optional filters: query (text search), category_slug (from findagent_list_categories), price (free|paid). PAGINATED: pass offset (use the returned next_offset) to page through the FULL catalogue until has_more is false. Use findagent_get_agent for the full store view of one slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional page size (default 20, max 100). | |
| price | No | Optional price filter: only free, or only paid agents. | |
| query | No | Optional free-text search over title/tagline/description. | |
| offset | No | Optional pagination offset (default 0). Pass the response next_offset to fetch the next page; repeat until has_more is false to enumerate the whole catalogue. | |
| category_slug | No | Optional category slug from findagent_list_categories to filter by. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| limit | No | ||
| usage | No | ||
| agents | No | ||
| offset | No | ||
| has_more | No | ||
| next_offset | No |