Skip to main content
Glama

Search Disqualified Directors

disqualified_search
Read-onlyIdempotent

Check if a named person is disqualified from acting as a UK company director, retrieving disqualification details and officer IDs.

Instructions

Check whether a named individual is banned from acting as a UK company director.

Use this tool when asked to check disqualified, banned, or barred directors. Query must be an individual's name (e.g. "Richard Howson") — NOT a company name, which always returns zero results.

Returns names, dates of birth, disqualification period snippets, and officer IDs that can be used with disqualified_profile for full details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesName of the person to search for
items_per_pageNoResults per page (max 100). Default 20.
start_indexNoPagination offset (0-based). Default 0.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query applied.
total_resultsYesTotal matching records upstream at Companies House.
start_indexYesPagination offset for this page.
items_per_pageYesPage size requested.
returnedYesItems actually returned on this page.
has_moreYesTrue if more items may exist beyond this page. Re-call with start_index=start_index+items_per_page to continue.
itemsNoMatching disqualified officer records.
Behavior4/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, so description builds on this by noting that querying a company name yields zero results, and lists return fields. This adds useful behavioral context beyond annotations, though pagination limits are only implied by schema.

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 four well-structured sentences, starting with the core purpose, then usage notes, then return data. Every sentence adds value without redundancy.

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 that an output schema exists, the description does not need to elaborate on return structure, but it still mentions key fields (names, DOB, disqualification snippets, officer IDs) and links to disqualified_profile. The tool's pagination parameters are adequately covered by the schema.

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 coverage is 100%, with clear descriptions for all three parameters. The description reinforces the query parameter's constraint to individual names, but adds no new meaning for items_per_page or start_index. 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 clearly states 'Check whether a named individual is banned from acting as a UK company director,' using a specific verb and resource, and distinguishes from sibling tools like company_search or charity_search by specifying the domain of disqualified directors.

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 explicitly says 'Use this tool when asked to check disqualified, banned, or barred directors,' and warns against using company names, which would return zero results. It also references disqualified_profile for further details, providing clear guidance.

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/paulieb89/uk-due-diligence-mcp'

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