Skip to main content
Glama
daveHylde

Brreg MCP Server

by daveHylde

get_company

Retrieve detailed company information from the Norwegian Business Registry using its 9-digit organization number. Get official data on name, address, status, and more.

Instructions

Get detailed information about a specific company by organization number

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organizationNumberYesOrganization number (9 digits)
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral aspects. It only says 'detailed information' without specifying what fields are returned, possible errors, or authentication requirements. This leaves significant ambiguity for a read operation.

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 a single sentence that efficiently conveys the core action, resource, and lookup key. No wasted words or redundant details.

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

Completeness3/5

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

For a single-parameter lookup tool with no output schema, the description is adequate but thin. It does not explain what 'detailed information' includes or how this differs from related company tools like get_company_roles or get_company_updates, leaving some gaps in completeness.

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?

The schema already fully describes the only parameter (organizationNumber, 9 digits). The description merely restates 'by organization number' without adding new meaning, so it matches the baseline for high schema coverage.

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: fetching detailed information about a company using its organization number. The verb 'Get' combined with 'specific company' distinguishes it from search-oriented or role-specific 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?

The context is clear: use when you have an organization number and need company details. It does not explicitly mention alternatives like search_companies or get_company_roles, but the single-parameter design strongly implies the intended use case.

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/daveHylde/brreg-mcp-server'

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