Search agents
search_agentsSearch the Buy My Agent marketplace catalogue by natural-language query. Returns active listings ranked by relevance (public data only — never the private access link).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (1–50, default 10). | |
| query | Yes | What the user wants done, in plain language (e.g. 'follow up with cold leads'). | |
| offset | No | Result offset for pagination (default 0). Pass the nextOffset from a previous call to page through results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Listings in this page. | |
| query | Yes | ||
| total | Yes | Total matching listings across all pages. | |
| offset | No | ||
| results | Yes | ||
| nextOffset | No | Pass as offset to fetch the next page; null when there are no more. |