Skip to main content
Glama

rechtspraak_cijfers

Retrieve benchmark metrics for the Dutch court outcome model: accuracy, F1, label distribution, leakage rate, majority baseline. Verify figures before citing them.

Instructions

Geeft de benchmark-cijfers achter voorspel_uitkomst: 609.715 zaken, accuracy 78,2%, macro-F1 77,1% (5-fold CV), F1 per klasse, labelverdeling, restlekkage 0,1% na de knip (92% zonder knip) en de meerderheidsbaseline van 43,7%. Gebruik dit als iemand vraagt hoe goed het model is, of om een cijfer te controleren voordat je het citeert — niet om een zaak te beoordelen (dat is voorspel_uitkomst) of een tekst te meten (lekkage_check). De baseline hoort altijd naast de accuracy: zonder die 43,7% zegt 78,2% niets. Geen parameters, geen sleutel nodig, verstuurt geen tekst.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv0.1.1
    • addedInput schema / additionalProperties
      Added value: +false
  2. First observedv0.1.0

TDQS

A4.7/5.0
Behavior4/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 discloses that the tool has no parameters, requires no key, and sends no text, which clarifies its side-effect-free nature. It also enumerates the exact data it returns (metrics, leakage, baseline), giving a clear picture of behavior. It does not explicitly state the return format, but the listed contents suffice for a zero-parameter retrieval tool.

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 dense but every sentence earns its place. It front-loads the primary function, then lists the specific metrics, then gives usage guidance and a critical caution about the baseline, and finally states operational facts. No fluff or redundancy; the structure guides the reader logically from what to why to how.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no parameters and no output schema, the description is complete: it fully describes what the tool returns (all benchmark figures), when to use it, when not to, and important caveats (baseline alongside accuracy). An agent can invoke it correctly and interpret the output without ambiguity. Nothing essential is missing.

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?

The tool has 0 parameters and the schema is empty, so the description confirms this with 'Geen parameters'. It adds that no key is needed and it sends no text, which is useful operational context beyond the schema. Since there are no parameters to describe, this baseline of 4 is appropriate and the description adds value.

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 the tool's purpose: providing benchmark figures behind voorspel_uitkomst. It lists specific metrics (accuracy, macro-F1, F1 per class, label distribution, leakage, baseline) and clearly distinguishes it from siblings by stating it is not for assessing cases (voorspel_uitkomst) or measuring text (lekkage_check). This makes the purpose unambiguous and differentiates it from all siblings.

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

Usage Guidelines5/5

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

Usage guidance is explicit: 'Use this if someone asks how good the model is, or to check a figure before citing it — not to assess a case (that is voorspel_uitkomst) or to measure text (lekkage_check).' It also provides a critical rule: the baseline must always accompany accuracy, preventing misuse. This is clear when/when-not guidance with named alternatives.

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