Skip to main content
Glama

adviseer_raadsinstrument

Read-onlyIdempotent

Adviseert welk raadsinstrument past bij wat het raadslid wil bereiken, en weegt EXPLICIET de doorlooptijd mee — schriftelijke vragen zijn het traagste instrument (~30 dagen) en zijn vaak niet de juiste keuze bij een actueel onderwerp. Pure kennisbank: geen retrieval, geen DB-call, <10ms.

Gebruik deze tool wanneer:

  • Het raadslid iets wil bereiken (informatie, college ter verantwoording roepen, een uitspraak/besluit, nieuw beleid) en de vraag is WELK instrument daarvoor past.

  • Je op het punt staat 'stel schriftelijke vragen' te adviseren — check eerst hier of een sneller instrument (mondelinge vragen, interpellatie) beter past bij de urgentie.

  • Je een schriftelijke-vragen- of actua-template nodig hebt die de structuur en kwaliteitscriteria volgt (in lijn met het reglement van orde).

  • Je wilt weten WAT een instrument oplevert (uitkomsttype, college-verplichting, uitvoeringsplicht) zodat je het raadslid kunt uitleggen welke actie het college verplicht is te ondernemen na gebruik van het instrument.

Gebruik deze tool NIET wanneer:

  • De vraag inhoudelijk is over een dossier → zoek_raadshistorie / zoek_moties.

  • Je een bestaande motie/amendement wilt terugvinden → zoek_moties.

Retourneert: markdown met het aanbevolen instrument + alternatieven, inclusief:

  • doel, snelheid, binding, wettelijke basis, wanneer-wel/niet

  • uitkomsttype (raadsbesluit / college_handeling / antwoord_college / debat / onderzoek)

  • college_verplichting: wat het college verplicht is te doen na gebruik

  • uitvoeringsplicht: ja/nee (juridisch vs. politiek afdwingbaar)

  • typische_doorlooptijd_weken: numeriek, gegrond in het RvO

  • afdoeningsproces: pad naar afsluiting

  • een bijpassende RvO-template (bij vraag-instrumenten)

  • disclaimer dat exacte termijnen/quora per lokaal RvO verschillen en geverifieerd moeten worden.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doelYes
urgentieNonormaal
onderwerpNo
op_agendaNo

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds valuable context beyond that: it reveals the tool is a pure knowledge base without retrieval or database calls, has <10ms response, and includes a disclaimer about local variation in rules and procedures. It also details the structure of the return value, covering safety and performance traits.

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 long but structured into clear sections (when to use, when not, return values). Every sentence adds information, and the bullet-style listing improves readability. It is more verbose than minimal, but given the complex nature of the tool and lack of output schema, this is justified.

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?

There is no output schema, so the description fully details the return value: a markdown recommendation including target, speed, binding, legal basis, when/when-not, outcome type, college obligations, execution duty, typical processing time, and a template. It also includes disclaimers and links to alternatives, making the tool self-contained for the agent.

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 0%, so the description must compensate. It does not explain each parameter explicitly, but it provides examples of goals ('informatie, college ter verantwoording roepen, uitspraak/besluit, nieuw beleid') that map to 'doel', and discusses urgency and alternative instruments. However, it leaves 'onderwerp' and 'op_agenda' without clear guidance, so compensation is partial.

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's purpose: it advises which council instrument fits the council member's goal, with a specific verb and resource. It explicitly distinguishes itself from sibling tools by stating when NOT to use it (for content questions or finding existing motions, use search tools).

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 provides explicit 'Gebruik deze tool wanneer' and 'Gebruik deze tool NIET wanneer' sections, including concrete scenarios and named alternative tools (zoek_raadshistorie, zoek_moties). This gives clear guidance on when to use this tool versus alternatives.

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.

TDQS

A4.4/5.0
Disambiguation4/5

Each tool has a distinct primary function: advising on instruments, reviewing text, formatting citations, generating a memo, generating a council document, retrieving context, and gathering background data. However, adviseer_raadsinstrument and verzamel_context's instrument_doel option overlap in providing instrument advice, which could lead to misselection.

Naming Consistency4/5

Names follow a consistent verb_noun pattern in Dutch (adviseer_, beoordeel_, formatteer_, genereer_, verzamel_), with one deviation: get_neodemos_context uses the English verb 'get' instead of the Dutch imperative, breaking the pattern slightly.

Tool Count5/5

Seven tools is well within the ideal 3-15 range and each tool serves a clear purpose in the council-member workflow, from advising and generating documents to reviewing and gathering context. No tool feels redundant or out of place.

Completeness2/5

The set covers drafting and reviewing but references essential missing tools (zoek_raadshistorie, zoek_moties, lijst_vergaderingen, mijn_fractie_context, sla_fractie_artifact_op). This creates dead ends, such as genereer_fractienotitie requiring meeting_ids from a tool that is not available, and no way to search existing documents or save generated artifacts.

Resources