Skip to main content
Glama
Tiwas

Firmaradar

Subscribe to Industry Monitoring (NACE)

firmaradar_subscribe_nace
Idempotent

Monitor Norwegian companies by NACE code and receive webhook alerts for bankruptcies, new filings, and ownership changes. Use filters for event type, geography, and company size to reduce noise.

Instructions

Subscribe to industry (NACE) monitoring: when any Norwegian company in the chosen industry triggers a monitored event (new announcement, status change such as bankruptcy/dissolution, or ownership update), Firmaradar delivers a webhook to your URL. Use list_nace_codes first to resolve the exact code. A subscription on a parent code matches all child codes. Restrict events (e.g. ['status_changed']) and use geographic/size filters to cut volume in large industries, or pick a digest aggregation_mode. Idempotent — upserted on (user, nace_code), so re-subscribing the same code updates it. Requires a user whose plan has Firmaovervakning enabled. Call only when the user has asked to set up industry monitoring.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoHTTPS webhook URL that receives a POST for each matched event. Omit only if you intend to add it later via the portal.
eventsNoWhich event types to deliver. Omit for all of them. Restrict to e.g. ['status_changed'] to receive only bankruptcy/dissolution signals and cut volume dramatically in large industries.
aktivertNoWhether the subscription is active immediately (default true).
nace_codeYesThe NACE code to monitor. Accepts a section letter ('G'), a group ('47'), or a more specific code ('47.110'). Resolve the exact code first with list_nace_codes if unsure. A subscription on a parent code also matches events in all child codes.
min_ansatteNoOptional size filter: only companies with at least this many employees.
bearer_tokenNoOptional bearer token Firmaradar sends as `Authorization: Bearer <token>` when calling your webhook URL, so your endpoint can authenticate the delivery. Stored encrypted.
fylke_filterNoOptional geographic filter: only companies in these fylker (county numbers).
kommune_filterNoOptional geographic filter: only companies in these kommuner (4-digit kommunenummer).
landsdel_filterNoOptional geographic filter: only companies in these landsdeler.
aggregation_modeNoDelivery cadence. 'real_time' (default) posts each event immediately. 'hourly_digest' / 'daily_digest' batch events to reduce noise in high-volume industries.real_time
min_omsetning_nokNoOptional size filter: only companies with at least this much revenue (NOK).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoID of the created/updated subscription.
rawNo
urlNo
eventsNo
aktivertNo
nace_codeNo
created_atNo
updated_atNo
aggregation_modeNo
aggregation_mode_enNo
Behavior4/5

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

Annotations already indicate idempotent, non-read-only, non-destructive behavior. The description adds valuable context beyond annotations: the upsert key '(user, nace_code)', the fact that subscribing to a parent code matches child codes, the requirement for a plan with Firmaovervakning, and that it delivers HTTPS webhooks. It doesn't describe rate limits or failure behavior, but for a subscription creation tool with strong annotations this is solid.

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 five sentences, each adding necessary information: purpose, prerequisites, matching behavior, filtering advice, and idempotency. It is front-loaded with the core purpose and well-structured, with no wasted words.

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 11 parameters and a rich schema plus an output schema, the description doesn't need to explain return values. It covers prerequisites, behavioral nuances (parent code matching), parameter usage strategies, and when to call it. The presence of sibling tools and the description's own clarity make this comprehensively complete for an agent to select and invoke correctly.

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 baseline is 3. The description adds cross-parameter guidance that isn't in the schema, such as 'Restrict `events`... and use geographic/size filters to cut volume in large industries, or pick a digest `aggregation_mode`.' This connects parameters to practical outcomes, improving usability. It doesn't fully explain every parameter, but the schema already does.

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: 'Subscribe to industry (NACE) monitoring' and explains that Firmaradar delivers webhooks when companies in the chosen industry trigger monitored events. It distinguishes itself from sibling tools by specifying NACE/industry scope rather than individual company monitoring, and the verb 'subscribe' is specific.

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 provides strong usage context: 'Call only when the user has asked to set up industry monitoring', 'Use list_nace_codes first to resolve the exact code', and 'Requires a user whose plan has Firmaovervakning enabled'. It also gives advice on restricting events and using filters to manage volume. However, it does not explicitly name alternatives like firmaradar_add_company_monitoring for company-level monitoring, so it stops short of full comparative guidance.

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/Tiwas/firmaradar-mcp'

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