Skip to main content
Glama

openwein.de — deutsche Weingüter und Weinfeste

Weinorte suchen

search_towns

Find German wine towns by name, region, postal code or around a point. Each town carries a description of its wine history and character, and the number of wineries listed there.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNo
lngNo
plzNoGerman postal code.
limitNoMax results, 1-50. Default 20.
queryNoTown name, full or partial.
regionNoRegion alias to restrict to.
radius_kmNoRadius in km around lat/lng. Default 20.

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It does reveal the result shape—each town carries a wine history/character description and winery count—which is useful. It does not describe limits, failure modes, or behavior when multiple search criteria are combined, leaving the behavioral picture partial.

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 compact: one sentence covers the tool's purpose and search modes, and a second sentence covers return value highlights. Every word contributes; there is no repetition of the title or schema.

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?

Given seven optional parameters and no output schema, the description covers the core search modes and the main returned fields. It is sufficient for an agent to invoke the tool appropriately, though a note on result shape beyond 'town carries description and count' would make it even more complete.

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 71%, so the schema already documents most parameters. The description adds semantic grouping—name, region, postal code, around a point—but does not clarify lat/lng units or how filters combine. This is adequate but not a strong compensation for the undocumented parameters.

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

Purpose4/5

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

The description clearly states the tool finds German wine towns using a specific verb ('Find') and resource ('German wine towns'), and enumerates the search dimensions. It does not, however, explicitly contrast itself with the sibling get_town, so it loses the extra point for direct sibling differentiation.

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 clear context for when to use the tool: searching towns by name, region, postal code, or geographic point. It does not explicitly explain when not to use it or point to alternatives like get_town or search_wineries, but the intended usage is unambiguous.

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

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct entity or action: get_* retrieves a specific record, list_* enumerates known collections, and search_* handles open-ended lookup. The only potential ambiguity between search and search_wineries/search_towns is explicitly addressed in the descriptions.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern with get_, list_, and search_ prefixes. The German terms (lage, winery) are used coherently, and no naming convention is mixed.

Tool Count5/5

Twelve tools is well within the ideal range for a directory server covering wineries, regions, towns, vineyard sites, vintages, glossary terms, and events. Each tool has a clear, non-redundant role.

Completeness5/5

The surface covers the domain thoroughly: lookup for every core entity, list operations for regions and events, search across all major resources, and supporting glossary/vintage data. No obvious dead ends or critical missing operations exist for a read-only wine directory.

Resources