Skip to main content
Glama

voog_search

Read-onlyIdempotent

Searches published pages, articles, elements, and products using a free-text query. Optionally narrow results by resource type 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).
Behavior5/5

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

Annotations already declare read-only, non-destructive, idempotent. Description adds key behavioral traits: hourly indexing, public content only, sentinel query for disabled indexing. No contradictions with annotations.

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

Conciseness4/5

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

Description is well-structured, front-loads purpose, and each sentence adds value. Slightly verbose but efficient overall.

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

Completeness5/5

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

Given the tool's complexity and richness of sibling tools, the description provides complete guidance on usage, limitations, and alternatives. No output schema, but return type is implied by search context.

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 description coverage is 80%, so schema already explains most parameters. Description adds minor guidance (e.g., use scope to narrow), but does not significantly supplement what is already in the schema. Baseline 3 is appropriate.

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?

Clearly states the tool performs full-text search across published content, specifying the endpoint and types of content (pages, articles, elements, products). Distinguishes from sibling tools by referencing alternatives for draft/fresh content.

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 advises when to use this tool (published content) and when not (draft/fresh edits), providing specific alternative tools (pages_list, articles_list, text_get). Also explains the scope parameter to narrow search.

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