Skip to main content
Glama
Ansvar-Systems

Dutch-law-mcp

search_legislation

Read-only

Search Dutch statutes and regulations by keyword to locate relevant provisions, returning article text, statute title, and BWB-ID. Filter results by status, date, or specific BWB document.

Instructions

Search Dutch statutes and regulations by keyword using full-text search (FTS5 with BM25 ranking). Data sourced from wetten.overheid.nl (BWB). Returns matching provisions with article text, statute title, and BWB-ID. Use document_id to narrow to a specific statute. Use as_of_date to query historical versions. Returns empty array (not error) when no results match. Use get_provision instead when you already know the exact BWB-ID and article number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (1-50, default 10). Higher values use more tokens.
queryYesSearch terms in Dutch or English. Examples: "onrechtmatige daad", "arbeidsovereenkomst", "privacy". Multi-word queries use AND logic with OR fallback.
statusNoFilter by status: in_force (geldend), repealed (ingetrokken), amended (gewijzigd)
as_of_dateNoISO date (YYYY-MM-DD) to query historical versions of provisions
document_idNoBWB-ID to restrict search to a specific statute (e.g. "BWBR0005289" for Burgerlijk Wetboek)
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description adds valuable behavioral details: it returns an empty array (not an error) when no results match, and notes the FTS5 BM25 ranking implementation. It also warns that higher limit values consume more tokens. These go beyond the annotations without contradicting them.

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 and well-structured: starts with the core purpose, then data source, return format, parameter usage, edge-case behavior, and alternative tool. Each sentence earns its place and no content is redundant with the schema.

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?

With no output schema, the description fully explains what is returned (matching provisions, article text, title, BWB-ID). It also covers the empty-array edge case and provides guidance on all key parameters. For a search tool of this complexity, the description is complete and self-sufficient.

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?

Schema coverage is 100%, so baseline is 3. The description adds meaningful context: it provides example query terms, explains multi-word AND/OR fallback logic, and gives a concrete document_id example (BWBR0005289). This significantly helps the agent formulate correct queries beyond the raw schema descriptions.

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 function: 'Search Dutch statutes and regulations by keyword using full-text search' and specifies the return content (provisions with article text, statute title, BWB-ID). It also differentiates from the sibling tool get_provision by advising to use that when the exact BWB-ID and article number are known.

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 suggests using this tool for keyword searches and directs users to get_provision as an alternative when the exact ID is known. It also explains how to narrow results with document_id and query historical versions with as_of_date, providing clear context for when to use these parameters.

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

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/Ansvar-Systems/Dutch-law-mcp'

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