Skip to main content
Glama
mikeyhu

companies-house-mcp

by mikeyhu

list_persons_with_significant_control

Retrieve persons with significant control (PSCs) for a UK company by providing the company number. Optionally filter by pagination or register view.

Instructions

List persons with significant control (PSCs) over a company.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_indexNo
register_viewNo
company_numberYes
items_per_pageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
etagNo
kindNo
itemsNo
linksNo
messageNo
start_indexNo
active_countNo
ceased_countNo
total_resultsNo
items_per_pageNo
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as pagination, rate limits, authentication requirements, or data freshness. The schema implies pagination via start_index and items_per_page, but this is not mentioned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, making it concise. However, it is too brief to cover essential information, but for conciseness alone it scores well.

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?

Despite having an output schema, the description lacks information about parameters (no explanations), usage context, and prerequisites. It is insufficient for an agent to use this tool correctly, given four parameters and no schema descriptions.

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

Parameters1/5

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

Schema description coverage is 0%, meaning parameter descriptions are absent from the schema. The tool description does not explain any parameters (company_number, start_index, register_view, items_per_page), leaving the agent without necessary context for correct invocation.

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?

Description clearly states it lists persons with significant control over a company, matching the tool name. It distinguishes from siblings like list_company_officers, though it lacks specificity about the legal context (e.g., UK Companies House).

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 on when to use this tool versus alternatives like list_company_officers. The description only states what it does, not when it is appropriate or when not to use it.

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