Skip to main content
Glama
kaylum54

companies-house-screening-mcp

by kaylum54

Get a company profile

get_company
Read-onlyIdempotent

Retrieves a UK company's registered profile to verify it is real and active, including legal name, status, filing deadlines, and overdue/charges/insolvency flags. Needs a company number.

Instructions

The registered profile for one UK company: legal name, status, type, incorporation date, registered office, SIC codes, and the accounts and confirmation statement due dates. Also returns derived flags that Companies House does not provide — whether filings are overdue, whether the company holds charges or has insolvency history, and whether it was incorporated within the last year. Use it to verify a company is real and active before relying on it. Needs a company number; call find_company first if you only have a name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verboseNoAlso return the untouched Companies House payload under `raw`, alongside the shaped result. Roughly two and a half times the size; use it only when a field you need is missing from the shaped result.
company_numberYesEight-character Companies House number, such as 00000006 or SC123456. Leading zeros may be omitted. This tool does not accept a company name — call find_company first if that is all you have.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoThe untouched Companies House payload. Present only when verbose was true.
metaYesProvenance and budget for this answer.
nameYes
typeNo
flagsYesDerived risk signals. Each one is computed here, not returned by Companies House.
statusNo
accountsYes
age_yearsNoWhole years since incorporation.
sic_codesYesStandard Industrial Classification codes for the trade.
dissolved_onNo
jurisdictionNo
status_detailNo
company_numberYes
incorporated_onNo
type_descriptionNo
confirmation_statementYes
registered_office_addressNo
registered_office_in_disputeNo
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already establish readOnly, idempotent, and non-destructive behavior. The description adds valuable behavioral context: it returns derived flags not provided by Companies House, covers overdue filings and insolvency history, and requires a company number. This goes beyond what annotations alone convey.

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 information-dense with no filler. It front-loads the output contents, then adds derived-flag behavior, the use case, and the prerequisite in a logical order. 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?

The description, combined with the detailed input schema, output schema, and annotations, gives an agent everything needed to select and invoke the tool correctly. It covers what the tool returns, when to use it, and what precondition must be satisfied.

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 description coverage is 100% and both parameters are already well-documented in the schema. The description reinforces the company_number requirement and the find_company fallback, but does not add substantial new parameter meaning beyond the schema.

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 names a specific resource ('the registered profile for one UK company') and enumerates the exact fields returned, including derived flags. It also differentiates itself from find_company by explicitly stating that a company number is required.

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?

The description states the intended use case ('verify a company is real and active before relying on it') and gives clear routing guidance: call find_company first if you only have a name. This distinguishes it from the most likely alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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