Skip to main content
Glama

SVV-Schatzoekers Public Selling Agent

search

Search the small SVV public knowledge facade. Use this when you need the right current SVV context document before fetching it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions 'small' and 'current', but does not disclose what the search returns, whether it is read-only, rate limits, or any failure behavior. Minimal transparency.

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?

The description is a single, concise sentence that is front-loaded with the action and resource, with no filler or repetition.

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?

With an output schema present and a simple single-parameter tool, the description covers the core purpose and usage context. It does not need to detail return values, and the limitation is acceptable given the output schema.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not elaborate on the 'query' parameter. The name is self-explanatory, but the description adds no additional semantic details, which is needed at this coverage level.

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 the action ('Search') and resource ('the small SVV public knowledge facade'), and it distinguishes from the sibling 'fetch' tool by noting this is the step before fetching.

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

Usage Guidelines4/5

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

The description gives explicit when-to-use context: 'when you need the right current SVV context document before fetching it.' It implies fetch as an alternative, but does not explicitly name it or exclude other tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation3/5

Some tools overlap in purpose: latest_memory_snapshot, ops_status_summary, and startup_operator_snapshot all provide some form of current state, and agent_query overlaps with search for information retrieval. However, the descriptions clarify distinct intents (e.g., bounded vs. full document search, operational vs. canonical snapshot), so boundaries are mostly clear.

Naming Consistency3/5

All tool names use lowercase snake_case, but they do not follow a consistent verb_noun pattern. Some names are single verbs (fetch, search) while others are noun compounds (latest_memory_snapshot, ops_status_summary). This mixed style is readable but not predictable.

Tool Count5/5

With 7 tools, the set is well-scoped for a public-facing query and status facade. Each tool serves a distinct role (query, search, fetch, snapshots, status, self-check), and the count feels appropriate without excess or deficiency.

Completeness4/5

The tool set covers the core needs of a read-only public facade: asking questions, searching documents, fetching content, and retrieving status/snapshots. There is some redundancy among snapshot tools, but no major missing operation for the stated purpose.

Resources