Skip to main content
Glama

Get persons with significant control

get_psc

Get the PSC (Persons with Significant Control) register for a UK company. Returns individuals, corporate entities, and legal persons who own 25%+ of shares, hold 25%+ of voting rights, or have significant influence or control. Each PSC includes decoded control types in plain English (e.g. 'Owns 25-50% of shares' instead of raw codes). Individual PSCs also carry ECCTA identity verification: verification_status (verified, pending, overdue or unknown), identity_verified, identity_verified_on, and verification_deadline. pending means that person's deadline has not yet passed and is not a compliance failure; unknown means Companies House publishes no record for them, an absence of data rather than a breach. Only overdue means a deadline was missed. Corporate entity PSCs include their company number for ownership chain traversal, and carry none of the verification fields. Also detects PSC exemptions for listed PLCs. Cached for 24 hours.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_numberYesCompanies House company number, e.g. '00445790' for Tesco PLC. Numeric-only numbers should be zero-padded to 8 digits.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations, the description takes full responsibility and delivers rich behavioral detail: decoded control types, ECCTA verification status semantics, the difference between pending/unknown/overdue, corporate entities lacking verification fields, exemption detection for listed PLCs, and 24-hour caching. This goes well beyond a mere 'returns data' statement.

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 long but every sentence adds operational value: thresholds, decoding, verification semantics, corporate PSC differences, exemptions, and caching. It is front-loaded with the core purpose and then builds logically through data categories and status meanings with no filler.

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?

Given there is no output schema, the description compensates thoroughly by specifying the types of PSCs, the fields on each, the meaning of verification statuses, and caching behavior. It gives the agent enough information to interpret and use the returned data correctly without over-specifying internal structure.

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?

There is only one parameter and the schema already covers it fully with a pattern, an example, and zero-padding guidance. The description adds context that the company must be UK-based, but most of the parameter documentation already lives in the schema, so the added value is minimal.

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 starts with a specific verb and resource: 'Get the PSC register for a UK company.' It goes on to enumerate exactly what is returned (individuals, corporate entities, legal persons) and the thresholds, making the tool's purpose unambiguous and distinct from sibling tools like get_psc_chain by focusing on the register itself.

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

Usage Guidelines3/5

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

It clearly says the tool is for obtaining a UK company's PSC register, which implies when to use it. However, it does not explicitly state when not to use it or compare it against alternatives such as get_psc_chain, leaving the routing decision partially to the agent.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool targets a distinct aspect of UK company data: search, profile, officers, financials, PSC register, PSC chain, network, and compliance status. The overlapping-sounding tools (get_psc vs get_psc_chain) are clearly differentiated by one being the immediate register and the other the recursive ownership chain.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case: search_company and get_<resource> (company, compliance, directors, financials, network, psc, psc_chain). The compound get_psc_chain still fits the pattern and is predictable.

Tool Count5/5

8 tools is well-scoped for a UK company intelligence server. Each tool covers a major data domain (search, profile, people, finances, ownership, network, compliance) without unnecessary redundancy or bloat.

Completeness4/5

The tool surface covers the core lifecycle for company due diligence: search, profile, directors, financials, PSC, and beneficial ownership chain. Minor gaps like filing history or charges are absent, but the server's apparent purpose (KYB/AML and company insight) is well served.