voog_search
Search across published pages, articles, elements, and products using free-text queries. Optionally narrow results to a specific resource kind or language.
Instructions
Full-text search across the site's published content (GET /admin/api/search). Returns hits across pages, articles, elements, and products. Use scope to narrow the search to one kind. Indexing is hourly and covers PUBLIC content only — fresh edits and draft pages will not appear here. For draft / freshly-edited discovery, use pages_list(filters=...), articles_list(...), or text_get(...) instead. If indexing is disabled on the tenant, this tool detects that via a sentinel query and explains rather than silently returning zero. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| q | Yes | Query string (free-text, required) | |
| scope | No | Narrow results to one resource kind | all |
| language_code | No | ISO 639-1 code (e.g. 'et', 'en') — restrict to one language | |
| per_page | No | Result cap (Voog default 25, server-side max 250). Schema enforces the bound so callers see the cap before Voog silently truncates (mirrors MD1 pattern). |