Search Buildin and fetch top results as Markdown
buildin_search_and_fetchSearch pages and fetch their full content as Markdown, returning IDs, titles, URLs, and markdown. Limit results to stay within rate limits.
Instructions
Run /v1/search and, for each hit that is a page, fetch its full content as Markdown. Returns an array of { id, title, url, markdown }. Limit defaults to 3 to stay within rate limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query. | |
| limit | No | Max pages to fetch (1..10, default 3). | |
| max_depth | No | Recursion depth for each page (default 1). |