Skip to main content
Glama
kaylum54

companies-house-screening-mcp

by kaylum54

Company snapshot

company_snapshot
Read-onlyIdempotent

Get a complete company profile, serving officers, charges, insolvency cases, and signals in one call, replacing four separate requests and handling missing sections.

Instructions

Everything worth knowing about one company in a single call: profile, serving officers, outstanding charges and insolvency cases, plus a list of signals read off the register. Use this instead of calling get_company, get_officers, get_charges and get_insolvency separately — it costs one round trip of yours rather than four, and it fills in the sections that Companies House reports as 404 when a company simply has none. The signals are facts, not a rating: this server does not score companies, and an empty signal list means nothing on the list was found rather than that the company is sound. Check sections_included before drawing a conclusion from an absent signal.

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.
include_chargesNoInclude charges. On by default.
include_officersNoInclude serving officers. On by default; turn it off to save one request per company.
include_insolvencyNoInclude insolvency cases. On by default.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoThe untouched Companies House payload. Present only when verbose was true.
metaYesProvenance and budget for this answer.
nameYes
statusNo
chargesNo
signalsYes
accountsYes
officersNo
age_yearsNo
sic_codesYes
insolvencyNo
dissolved_onNo
company_numberYes
incorporated_onNo
type_descriptionNo
sections_includedYesWhich sections were fetched. Signals can only reflect the sections listed here.
sections_unavailableYesSections that failed. The snapshot is still returned; treat those signals as unknown.
confirmation_statementYes
registered_office_addressNo
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive. The description adds valuable context beyond annotations: it explains that missing sections are returned as 404-filled rather than absent, that signals are facts and not a rating, and that an empty signal list means 'nothing found' rather than 'company is sound'. It also tells the agent to check sections_included before drawing conclusions.

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 front-loaded with the core purpose, then gives a concrete usage direction, and finishes with necessary interpretive caveats. Every sentence adds distinct value and there is no redundant or filler content.

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?

For a composite tool with an output schema, the description adequately covers content, alternatives, edge-case behavior (404s, empty signals), and interpretation guidance. The presence of an output schema relieves the description of explaining return fields in detail, and nothing critical for correct usage is missing.

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%, so the schema fully documents all five parameters, including company_number format and the verbose flag's payload-size tradeoff. The description adds no significant parameter-level semantics beyond what the schema already provides, so a 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?

The description names a specific verb and resource — aggregating everything about one company — and enumerates what is included (profile, serving officers, outstanding charges, insolvency cases, signals). It explicitly differentiates this tool from siblings by positioning it as the single-call alternative to four separate get_* tools.

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?

It gives an explicit when-to-use: replace four separate calls (get_company, get_officers, get_charges, get_insolvency) with this one for a single company. It also sets expectations about round-trip cost and 404-filling behavior, which helps an agent choose it over siblings.

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