Skip to main content
Glama
Ansvar-Systems

Finnish Law MCP Server

get_preparatory_works

Retrieve Finnish preparatory works—government proposals, committee reports, and summaries—to uncover the legislative intent behind statutory provisions.

Instructions

Get preparatory works (esityöt) for a Finnish statute.

Returns linked government proposals (HE), committee reports, and related documents with summaries. Essential for understanding legislative intent behind statutory provisions.

When NOT to use: If you need the statute text itself, use get_provision. Preparatory works explain legislative intent, not current law.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
document_idYesstatute number (e.g., "1050/2018" or "2018:218")

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.2.3

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it does disclose key behavioral expectations: what the tool returns and its boundary (legislative intent, not current law). It does not mention failure modes or output format, but for a simple read-oriented lookup this 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well organized and front-loads the core purpose before the not-to-use guidance. It is slightly repetitive, with both 'essential for understanding legislative intent' and the final sentence making the same point, but every sentence otherwise earns its place.

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

Completeness4/5

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

Given a single required parameter, no output schema, and no annotations, the description supplies the essential context: what the tool returns, why it is useful, and how it differs from the nearest sibling. Minor missing details like result formatting or error behavior do not undermine correct invocation.

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 coverage is 100%, and the document_id parameter already includes explicit examples of accepted formats. The description adds only the contextual note that the statute is Finnish, so it provides no significant additional parameter semantics beyond the schema.

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 identifies the specific operation (get preparatory works) and the resource (Finnish statute), and enumerates the concrete result types: government proposals, committee reports, and related documents with summaries. It also differentiates this tool from get_provision, making its purpose unmistakable.

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 states when to use the tool (understanding legislative intent) and when not to use it (when the statute text itself is needed), naming the alternative tool get_provision. This is clear, actionable routing guidance.

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