Skip to main content
Glama
Tiwas

Firmaradar

Search Persons

firmaradar_search_persons
Read-onlyIdempotent

Search Norwegian shareholder and role-holder records by person name, returning stable IDs for further company and role lookups.

Instructions

Search for Norwegian persons in the shareholder/role-holder dataset by name. PII-sensitive — requires the search_full_enabled tier. Returns separate shareholder and role-holder hit lists with stable IDs that can be passed to get_person_companies and get_person_roles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesName to search (min 2 characters).
limitNo
birth_yearNoFilter on birth year (helps disambiguate common names).
kommune_hintNoOptional kommune name to help disambiguate matches.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
role_personsYes
shareholdersYes
role_persons_countYes
shareholders_countYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description adds value beyond that by disclosing PII sensitivity, the required access tier, and the structure of results (separate hit lists with stable IDs). This provides useful operational context not present in annotations.

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 sentences, front-loads the core action, and includes only essential details (PII, tier, output usage). No redundant content, every sentence earns its place.

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 that an output schema exists and annotations cover safety, the description sufficiently covers the tool's complexity: it names the dataset, access constraint, PII sensitivity, result types, and downstream usage. No critical contextual gaps remain.

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 75% (q, birth_year, kommune_hint have descriptions, limit does not). The description does not add parameter-specific meaning beyond what the schema provides, so it relies on the schema's adequate descriptions. Baseline of 3 is appropriate.

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 searches for Norwegian persons in the shareholder/role-holder dataset by name, distinguishing it from sibling tools like firmaradar_search_companies. It also specifies the return types (shareholder and role-holder hit lists), leaving no ambiguity about the tool's purpose.

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 implies usage context by noting the PII-sensitive tier requirement and that returned stable IDs can be passed to get_person_companies and get_person_roles. However, it does not explicitly state when to prefer this over alternatives like search_companies or get_person, so it stops short of full exclusion 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