Skip to main content
Glama

voog_search

Read-onlyIdempotent

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

TableJSON Schema
NameRequiredDescriptionDefault
siteYes
qYesQuery string (free-text, required)
scopeNoNarrow results to one resource kindall
language_codeNoISO 639-1 code (e.g. 'et', 'en') — restrict to one language
per_pageNoResult cap (Voog default 25, server-side max 250). Schema enforces the bound so callers see the cap before Voog silently truncates (mirrors MD1 pattern).
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide readOnlyHint, destructiveHint, idempotentHint. Description adds indexing hourly, public-only content, and a sentinel query for disabled indexing. Slight extra useful context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Four sentences, each serving a purpose. Front-loaded with main action. No redundant or vague wording.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose, usage, behavioral limitations, and indexing. No output schema, so return format is not detailed, but overall sufficient for a search tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 80%, so baseline is 3. Description mentions scope narrowing and result cap but does not add significant new meaning beyond schema. Adequate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states full-text search across published content with specific resource types (pages, articles, elements, products) and the API endpoint. It distinguishes from siblings like pages_list, articles_list, text_get for drafts/fresh edits.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use (published content) and when not to (drafts/fresh edits) with alternative tools named. Also mentions indexing hourly and public content only.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/runnel/voog-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server