Skip to main content
Glama

Finnish trade-register notices (PRH)

get_finnish_company_events
Read-only

Finnish company trade-register notices from the PRH open data (avoindata.prh.fi, CC BY 4.0, live with a 24 h cache): every notice registered since late 2014, newest first — date, record number, notice type (creation, modification, comptes_annuels, rectification, fusion; source code always served) and the register entry codes it carries, each with the PRH labels in EN/FI/SV and a closed-list family (direction, representation, capital, shares, registered office, auditors, articles, bankruptcy, restructuring, liquidation, removal, merger, demerger…); procedures_inscrites summarises bankruptcy / restructuring / liquidation / removal codes with their latest date; register memberships (trade register, VAT, prepayment, employer) with dates and tva_active. Codes and dates only — never a person. Unknown Business ID = 404 (no charge). Paid via x402 ($0.02 in USDC or EURC).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesFinnish Business ID (Y-tunnus), NNNNNNN-N, e.g. 0112038-9
api_keyNoOptional Sirenic API key (srn_live_…) to pay with prepaid credits instead of x402 — no wallet needed. Get one at https://api.sirenic.eu/compte. Ignored when x_payment is provided (the signed payment wins). On insufficient balance the tool returns a credits error, not an x402 quote.
x_paymentNoOptional signed x402 PAYMENT-SIGNATURE header value. Omit to receive the payment quote.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hintNoHow to settle the quote, present when payment_required is true.
quoteNoThe signable x402 payment requirements when payment_required is true: {x402Version, accepts[]} where each entry carries scheme, network, amount, asset and payTo (USDC and EURC options at the same numeric amount). Sign one entry and call again with `x_payment`.
resultatNoThe endpoint's JSON response when payment_required is false. Paid responses carry `source`, `disclaimer` and an Ed25519 signature, and every paid JSON response carries a `provenance` array (all tools since 2026-09-06) — one entry per block served, with the official register, licence, version, `as_of` date and `precision_as_of` (what that date means), plus the common per-block envelope: `etat` in a closed list (servi, absence_mesuree, absence_non_conclusive, partiel, perime, indisponible, sans_objet), `motif` when unavailable, `age_jours` (only for publication or ingestion dates), `couverture` (complete / partielle / non_mesurable with its measure) and `confiance` in bands (faible / moyenne / forte, only where a measure grounds it, never averaged across blocks). Read the states before the numbers: an absence_non_conclusive, indisponible or partiel block is never « nothing to report » — only absence_mesuree asserts an absence. Register codes: GET /v1/provenance/registres ; states, closed lists and reading rules: GET /v1/lecture (both free). The PDF tools carry no JSON envelope (the PDF report prints it).
payment_requiredYesTrue when this response is an x402 payment quote instead of data: settle one of the quote's `accepts` options and call the tool again with `x_payment`.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true and openWorldHint=true, and the description adds meaningful behavioral context: the 24h cache, the 404 for unknown Business ID with no charge, the payment mechanism (x402 or api_key), and the explicit statement that codes and dates only — never a person. It also discloses that procedures_inscrites summarises specific code families. This goes 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.

Conciseness4/5

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

The description is dense but well-organized: it front-loads the source and scope, then details the content, then the payment and error behavior. Every sentence carries information, though the long parenthetical list of notice types and family codes makes it slightly heavy. It earns its length given the complexity of the data.

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?

Given the output schema exists and the annotations cover safety (readOnly, openWorld), the description is complete: it explains the data source, coverage, ordering, content, error behavior, and payment. An agent has everything needed to decide whether to call this tool and what to expect. The only minor omission is pagination, but the description says 'every notice' and 'newest first', which is sufficient for a first call.

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 description coverage is 100%, so the schema already documents all three parameters. The description adds value by explaining the payment flow (x402 quote vs api_key prepaid credits) and the 404 behavior tied to the id parameter. It does not repeat the schema's regex or example, but it clarifies the operational semantics of the parameters, which is useful.

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 states a specific verb and resource: it retrieves Finnish trade-register notices from the PRH open data, and it enumerates the exact content (date, record number, notice type, register entry codes, procedures_inscrites, register memberships). It clearly distinguishes itself from siblings like get_finnish_company_filing and list_finnish_company_filings by focusing on notices/events rather than filings.

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

Usage Guidelines4/5

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

The description gives clear context: it covers notices since late 2014, newest first, and notes the 24h cache and live data source. It does not explicitly name alternative tools or state when not to use it, but the scope is specific enough that an agent can infer when to select it over filing-oriented siblings. A small gap: no explicit exclusion of when to prefer get_finnish_company_filing.

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.

Resources