Skip to main content
Glama
Tiwas

Firmaradar

Get Company Ownership

firmaradar_get_company_ownership
Read-onlyIdempotent

Trace Norwegian corporate ownership: discover a company's holdings and ultimate owners from the official shareholder register. Returns ownership edges, percentages, and depth.

Instructions

Get the ownership tree for a Norwegian company: who they own (direction=down), who owns them (direction=up / UBO), or both. Use when the user asks 'who owns X AS?' or to map a corporate group. Ownership comes from Skatteetaten's Aksjeeierbok (the official shareholder register) and reflects the latest filed holdings. The result contains ownership edges, percentages and company identifiers for the requested traversal direction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNoMax recursion depth.
orgnrYesNorwegian organisation number — 9 digits.
directionNo'down' = who this company owns. 'up' = who owns this company (UBO). 'both' = both trees.down
min_share_pctNoDrop branches where ownership < this percentage.
include_personsNoInclude personal shareholders (requires Full eierskapsoversikt tier).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
treeYes
depthYes
orgnrYes
summaryNo
directionYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds valuable behavioral context: the data comes from Skatteetaten's Aksjeeierbok, reflects the latest filed holdings, and the result contains ownership edges, percentages, and identifiers. It 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.

Conciseness5/5

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

Four sentences, all purposeful and front-loaded: the first states the core function, the second gives usage, the third names the source, and the fourth describes the result shape. No fluff or redundant restatement of schema fields.

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 tool's complexity (5 params, output schema present), the description covers purpose, usage, data provenance, and result content. Annotations handle safety semantics. Nothing critical is missing for an ownership-tree lookup tool.

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 100%, so the baseline is 3. The description does not introduce any parameter meaning beyond what the schema already provides; it only restates the direction concept. It does not add syntax, format, or additional constraints.

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 opens with 'Get the ownership tree for a Norwegian company' and immediately disambiguates direction: who they own (down), who owns them (up/UBO), or both. It also includes concrete use cases ('who owns X AS?') and names the data source, clearly distinguishing this from sibling tools.

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?

Explicit usage guidance is given: 'Use when the user asks "who owns X AS?" or to map a corporate group.' This clearly states when to use the tool, but it stops short of naming alternative tools or stating when not to use it, so it doesn't earn a 5.

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