Skip to main content
Glama
DarkhorseOne

companies-house-mcp

by DarkhorseOne

get_company_profile

Retrieve official UK company profile details using a company number. Get registered address, company status, and other corporate data from Companies House.

Instructions

Get detailed company profile information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_numberYesCompany number (e.g., 12345678)
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states the action ('Get...information') without indicating whether the operation is read-only, requires authentication, how data is returned, or any side effects. This is insufficient for a tool without structured safety hints.

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, front-loaded sentence with no filler or redundancy. It efficiently conveys the core purpose, making it appropriately concise for a simple getter tool.

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

Completeness2/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, so the description should compensate by explaining what 'detailed company profile' includes (e.g., registered address, status, industry codes). The minimal phrasing leaves the agent guessing about the returned data and how it differs from officers or filings, making it incomplete for effective selection and 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?

The single parameter 'company_number' is fully described in the schema (100% coverage) with an example. The description adds no extra meaning beyond the context of retrieving a profile, which is implicitly clear from the tool name. The baseline of 3 applies because the schema handles parameter documentation.

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 retrieves 'detailed company profile information', establishing a specific verb and resource. It distinguishes from sibling tools by focusing on profile data rather than search, officers, or filings, though it doesn't enumerate what 'detailed' encompasses.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like search_companies or get_company_officers. The description omits any context about prerequisites, exclusions, or suitability, leaving the agent without decision factors.

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/DarkhorseOne/companies-house-mcp'

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