Skip to main content
Glama

Briefverzenden — fysieke post

Prijs berekenen

prijs
Read-only

Wat kost het versturen van een brief? Geef het aantal pagina’s en de bestemming. Het antwoord is de eindprijs inclusief printen, envelop en porto.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
landYesBestemmingsland in het Nederlands, bijv. "Duitsland". Zie de tool landen.
kleurNoIn kleur drukken in plaats van zwart-wit.
speedNoVerzendtarief. Laat leeg voor het standaardtarief van dat land.
paginasYesAantal pagina’s van het document.
aangetekendNoAangetekend versturen; niet in elk land beschikbaar.
dubbelzijdigNoBeide zijden van het vel bedrukken. Standaard aan: het halveert het aantal vellen en houdt de brief vaker onder de volgende portoklasse. Zet op false voor enkelzijdig.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / dubbelzijdig / default
      Previous value: -falseNew value: +true
    • changedInput schema / properties / dubbelzijdig / description
      Previous value: -"Beide zijden van het vel bedrukken."New value: +"Beide zijden van het vel bedrukken. Standaard aan: het halveert het aantal vellen en houdt de brief vaker onder de volgende portoklasse. Zet op false voor enkelzijdig."
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description adds context about what the price includes (printing, envelope, postage), which goes beyond the annotation. It does not contradict the read-only nature and provides useful clarity about the calculation scope.

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 two concise sentences, front-loaded with a user-facing question and a direct explanation of the result. Every word earns its place with no redundancy.

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 tool's moderate complexity (6 parameters, no output schema), the description combined with the richly documented schema covers what an agent needs: the return value is explained, and all parameters are described. It lacks only explicit edge-case handling, which is not essential.

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 parameters are well-documented in the schema. The description highlights the two required parameters (paginas, land) but adds no additional semantic value beyond what the schema already provides.

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 tool calculates the total cost of sending a letter, specifying the inputs (pages, destination) and the output (final price including printing, envelope, and postage). This distinguishes it from sibling tools like 'bestellen' (ordering) and 'landen' (countries).

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 provides clear context: the tool is for pricing a letter mailing, prompting the user for page count and destination. It does not explicitly mention when not to use the tool or alternatives, but the use case is unambiguous enough that an agent can decide between this and 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.

Resources