Skip to main content
Glama
robobobby

danish-cvr

by robobobby

cvr_search

Search Danish and Norwegian company registries by name, CVR number, P-number, or phone to retrieve company details including address, industry, employees, owners, and status.

Instructions

Search the Danish CVR registry for a company by name, CVR number, P-number, or phone. Returns company details including address, industry, employees, owners, and status. Also supports Norwegian companies (country=no).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesCompany name, CVR number, P-number, or phone number to search for
countryNoCountry to search in. 'dk' = Denmark (default), 'no' = Norway
search_typeNoSpecific search type. 'auto' (default) searches all fields. 'vat' = CVR number, 'name' = company name, 'produ' = P-number, 'phone' = phone number
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It adds meaningful context by detailing the return fields (address, industry, employees, owners, status) and the country scope (Denmark/Norway). While it doesn't address rate limits or error behavior, it gives a solid picture of what the tool does and returns.

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 three concise, front-loaded sentences. The first sentence states the primary action and supported search keys, the second lists return content, and the third adds the Norwegian scope. Every sentence contributes useful information with no redundancy or fluff.

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?

The tool has no output schema, and the description does not clarify whether it returns a single company object or a list of matches, which is important for a search tool. The input schema is well-covered, and the return fields are listed, but the result shape ambiguity leaves an avoidable gap in understanding.

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%, so all parameters are already documented. The description adds no significant new parameter-level detail beyond what the schema provides; it merely restates that searches can be done by name, CVR, P-number, or phone, which matches the search_type enum. Baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches the Danish CVR registry by name, CVR number, P-number, or phone and returns company details. It uses a specific verb and resource, making the purpose unmistakable. However, it does not explicitly distinguish this from the sibling tool cvr_lookup, so it stops short of a perfect score.

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 clear context on what kinds of searches are supported (name, CVR, P-number, phone) and that Norwegian companies are also searchable with country=no. It does not explicitly say when to use this tool instead of cvr_lookup or when not to use it, but the intended usage is well implied.

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/robobobby/mcp-danish-cvr'

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