Skip to main content
Glama
mikeyhu

companies-house-mcp

by mikeyhu

get_company_profile

Retrieve a company's full profile including status, SIC codes, incorporation date, and address from UK Companies House data.

Instructions

Get the full profile of a company (status, SIC codes, incorporation date, address, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_numberYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
etagNo
typeNo
linksNo
subtypeNo
accountsNo
can_fileNo
sic_codesNo
has_chargesNo
company_nameNo
jurisdictionNo
annual_returnNo
company_numberNo
company_statusNo
service_addressNo
date_of_creationNo
date_of_cessationNo
has_been_liquidatedNo
company_status_detailNo
branch_company_detailsNo
confirmation_statementNo
has_insolvency_historyNo
partial_data_availableNo
previous_company_namesNo
foreign_company_detailsNo
registered_office_addressNo
last_full_members_list_dateNo
external_registration_numberNo
is_community_interest_companyNo
registered_office_is_in_disputeNo
undeliverable_registered_office_addressNo
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It accurately describes the tool as a read operation retrieving a company profile, which is adequate for this simple query. However, it omits potential need for authentication or company number validity.

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 that efficiently conveys the tool's purpose and key data included. No wasted words.

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

Completeness4/5

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

Given the tool's simplicity (one parameter) and the presence of an output schema (not shown but noted), the description covers the essential purpose and data types. It omits return format details, but the output schema likely provides that. Slightly more context on parameter origin could improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description should compensate. It fails to explain the 'company_number' parameter beyond its literal name. While the parameter is self-explanatory, the description could specify it is the unique identifier (e.g., Companies House registration number).

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 retrieves a company's full profile, listing specific data points like status, SIC codes, incorporation date, and address. It distinguishes itself from sibling tools (e.g., get_charge, get_filing_history_item) that focus on specific aspects.

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 get_registered_office_address or list_company_officers. Users must infer from the tool's general purpose, which may lead to confusion or misuse.

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

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