Skip to main content
Glama
AMR-DEV-PS

nipregon-mcp

Get full company profile by NIP

get_company
Read-onlyIdempotent

Retrieve a Polish company's full registry profile including address, legal form, status, KRS, REGON, PKD codes, board members, and VAT status using its 10-digit NIP.

Instructions

Get the full registry profile of a Polish company by its NIP (10-digit tax ID). USE THIS when the user gives a NIP and wants company details, address, board members, or registry status. Returns address, legal form, status, KRS, REGON, PKD activity codes, board members (names from the public KRS register) and VAT status. Data from KRS, REGON and CEIDG public registers. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nipYesPolish tax ID (NIP), 10 digits
Behavior4/5

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

Annotations already indicate readOnlyHint, idempotentHint, destructiveHint false. Description adds that data comes from public registers and is read-only, reinforcing safety. No contradictions.

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?

Two sentences: first states purpose and usage, second lists return data and sources. No fluff, well structured.

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 single parameter, no output schema, and strong annotations, description fully covers what the tool does, what it returns, and data sources. Complete for agent invocation.

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% with regex and description. Description repeats '10-digit tax ID' but adds no new meaning beyond schema. Baseline 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?

Title 'Get full company profile by NIP' and description clearly state verb (get) and resource (company profile) with identifier (NIP). Lists specific data returned, distinguishing it from siblings like search_company.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'USE THIS when the user gives a NIP and wants company details...' and lists what it returns, implicitly excluding financial queries (get_financials) or search (search_company).

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/AMR-DEV-PS/nipregon-mcp'

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