Skip to main content
Glama
RibbaBV
by RibbaBV

Examencijfers over tijd

cijfers_over_tijd

Retrieve historical CBR exam pass rates for a driving school as a time series, weighted by exam counts per location.

Instructions

De tijdreeks van CBR-cijfers voor één rijschool. Het CBR publiceert zelf geen historie: dit is opgebouwd uit wekelijkse metingen door Ribba, dus de reeks begint bij de eerste meting en niet bij het begin van de rijschool. Deze cijfers zijn gewogen naar het aantal examens per locatie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categorieNoRijbewijscategorie, standaard B (auto).
school_idYesHet Ribba-id van de rijschool.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior4/5

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

Without annotations, the description discloses that the data is not official CBR history but constructed from weekly measurements, that the series starts at the first measurement, and that scores are weighted by the number of exams per location. It does not mention side effects, but this is a read-only retrieval, and the provenance and weighting are transparent.

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?

Three sentences, no redundant phrases, well-structured. It efficiently communicates the core function, data source, and weighting without extraneous detail.

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

Completeness3/5

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

There is no output schema, and the description does not specify the format of the time series (e.g., list of points, date range, sorting) or any pagination/limitations. It gives a high-level understanding but lacks operational details needed for a developer to fully anticipate the response. Given the tool's simplicity, it is adequate but not 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 descriptions for both parameters (school_id and categorie) are complete. The tool description adds that the data is for one school and weighted by location, which provides context but does not specifically clarify parameter behavior beyond the schema. Since schema coverage is 100%, a baseline of 3 is appropriate.

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 it provides a time series of CBR exam scores for a single driving school, explains the data provenance (weekly measurements by Ribba), and clarifies weighting by exam count per location, making the tool's purpose unambiguous.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like school_cijfers or landelijke_cijfers. The description notes that the series starts at the first measurement, which implicitly hints at historical analysis, but does not state usage conditions or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/RibbaBV/cbr-mcp'

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