Skip to main content
Glama
kimhjort

aria-mcp-affald-horsens

by kimhjort

next_collection

Retrieve next waste collection dates for all fractions at a Horsens address. Includes a 'putOutTonight' flag indicating if collection is tomorrow for timely bin placement.

Instructions

Return the next upcoming waste collection date for each fraction at a given Horsens address. Fractions include Rest - Mad (general/food waste), Papir, pap og tekstilaffald (paper/cardboard/textiles), and Plast og drikkekarton - Glas og metal (plastic/cartons/glass/metal). The 'putOutTonight' flag is true when that fraction is collected tomorrow — use it to remind Kim "i aften: [fraktion] ud". The 'address' parameter accepts a free-text address string or a raw PerfectWaste addressID (digits only). When the address is ambiguous, prefers 8700 Horsens results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesHorsens address string (e.g. "Vestergade 5") or a PerfectWaste addressID (digits only). Ambiguous queries prefer 8700 Horsens.
Behavior4/5

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

With no annotations, the description carries the burden. It explains the 'putOutTonight' flag and its use for reminders, and clarifies address handling (free text or ID, ambiguity resolution). No destructive behavior is described, which is appropriate for a read-only tool.

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?

The description is concise, covering key information in a few sentences without unnecessary verbosity. It could be improved with bullet points, but remains clear and front-loaded.

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 the simple tool (one parameter, no output schema), the description is sufficiently complete. It explains the return value (next collection date per fraction, with flag), address format, and ambiguity handling. No major gaps.

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

Parameters4/5

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

Schema coverage is 100% but the description adds value by explaining that 'address' can be a free-text string or a PerfectWaste addressID, and that ambiguous queries prefer 8700 Horsens. This goes beyond the schema's basic type description.

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 explicitly states 'Return the next upcoming waste collection date for each fraction at a given Horsens address.' It lists specific fractions and the 'putOutTonight' flag, clearly differentiating from sibling tools like 'collection_calendar' and 'find_address'.

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

Usage Guidelines3/5

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

The description mentions that ambiguous queries prefer 8700 Horsens, but does not explicitly state when to use this tool over siblings like 'collection_calendar' or 'find_address'. The usage context is implied but not directly compared.

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/kimhjort/aria-mcp-affald-horsens'

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