Skip to main content
Glama
RibbaBV
by RibbaBV

Alle examencentra

examencentra

Retrieves CBR exam centres with pass rates, exam counts, and driving school numbers, sorted by exam count, for a specified driving licence category.

Instructions

Alle CBR-examencentra met hun slagingspercentage, het aantal examens en het aantal rijscholen dat er rijdt. Gesorteerd op examenaantal. Zonder de ranglijst per centrum; die haal je met examencentrum.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categorieNoRijbewijscategorie, standaard B (auto).

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.8/5.0
Behavior4/5

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

With no annotations, the description carries the burden. It states the output contents (all exam centers with specific metrics), sorting by exam count, and explicitly excludes the per-center ranking. It does not explicitly mention read-only nature, but given it's a listing tool, the behavior is reasonably 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?

The description is concise, consisting of three short sentences that convey the full purpose without unnecessary detail. It is well-structured and easy to parse.

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?

The description provides sufficient context: what the tool returns, how it is sorted, and what it explicitly excludes (with a pointer to the alternative). It is complete for an agent to know when and how to use it.

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

Parameters5/5

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

The single parameter 'categorie' is described as 'Rijbewijscategorie, standaard B (auto).' which fully explains its meaning and default value. Schema coverage is 100%, so the description adds no extra info but the schema itself is complete.

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 returns all CBR exam centers with their pass rate, number of exams, and number of driving schools, sorted by exam count. It explicitly differentiates from the sibling 'examencentrum' which provides per-center rankings.

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?

The description explicitly says 'Zonder de ranglijst per centrum; die haal je met examencentrum', which indicates when not to use this tool and directs to the alternative for ranking per center. This provides clear usage guidance.

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