Skip to main content
Glama

Abfuhrtermine eines bestimmten Traegers

abfuhrtermine_fuer_traeger
Read-only

Fragt einen Traeger direkt ab - fuer Rueckfragen aus abfuhrtermine oder wenn der Traeger bereits feststeht.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bisNoSpaetester Termin (JJJJ-MM-TT).
vonNoFruehester Termin (JJJJ-MM-TT).
limitNoHoechstzahl der Termine.
adresseNoOptionale Adresse, um fehlende Argumente zu ergaenzen.
argumenteNoArgumente der Datenquelle, z.B. {'ort': 'Ahlen', 'strasse': 'Bahnhofstr.'}.
traeger_idYesID aus `finde_traeger`.
abfallartenNoNur diese Arten.

TDQS

A4/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true and openWorldHint=true, covering the safety and open-world profile. The description adds that this is a direct, targeted lookup rather than a search, which is useful but does not disclose details like pagination, sorting, or what happens when no dates exist. No contradiction 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.

Conciseness5/5

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

A single, well-structured sentence with no filler. It front-loads the action ('Fragt einen Traeger direkt ab') and then adds the key routing context.

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?

The description is adequate for a read-only point query with a well-documented schema, and the title clarifies that the result is about Abfuhrtermine. It could be slightly more complete by stating what is returned or emphasizing the `traeger_id` requirement, but the available context makes correct invocation achievable.

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 100%, so all seven parameters are already documented in the input schema. The tool description adds no additional parameter-level meaning beyond what the schema provides, so the baseline score of 3 applies.

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 uses a specific verb ('Fragt ... ab') and identifies the exact resource ('einen Traeger'), and the title states the resource is Abfuhrtermine for a specific Traeger. This clearly separates it from broader search tools like abfuhrtermine or finde_traeger.

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 usage context: use this for follow-up questions from `abfuhrtermine` or when the Traeger is already known. It does not explicitly name alternatives for the opposite case (e.g., when the Traeger is not yet fixed), so it stops short of full when-not guidance.

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.9/5.0
Disambiguation4/5

Most tools have clearly distinct purposes: coverage stats, address-based collection dates, carrier-based collection dates, carrier search, and carrier details. However, `abfuhrtermine` and `abfuhrtermine_fuer_traeger` could be confused at first glance, though their descriptions do clarify the difference.

Naming Consistency2/5

Naming is inconsistent: some tools use plain nouns (`abdeckung`, `abfuhrtermine`, `traeger_details`), one uses an imperative verb (`finde_traeger`), and one uses a long compound with `fuer` (`abfuhrtermine_fuer_traeger`). There is no unified verb_noun or noun-only pattern across the set.

Tool Count5/5

Five tools is well-scoped for a waste collection calendar server. Each tool serves a necessary part of the workflow: coverage overview, address lookup, direct carrier queries, carrier discovery, and carrier metadata.

Completeness4/5

The tool set covers the core user journey well: find a carrier, get collection dates, and inspect carrier details. Minor gaps exist such as no explicit bulk or calendar-download functionality, but for the stated purpose the surface is largely complete.