Search Disqualified Directors
disqualified_searchCheck if an individual is disqualified from acting as a UK company director. Search by name to find bans and disqualification details.
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
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Alias for query — the person's name. | |
| query | No | Person's name to search for, e.g. query='Richard Howson'. NOT a company name. | |
| start_index | No | Pagination offset (0-based). Default 0. | |
| items_per_page | No | Results per page (max 100). Default 20. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Matching disqualified officer records. | |
| query | Yes | Search query applied. | |
| has_more | Yes | True if more items may exist beyond this page. Re-call with start_index=start_index+items_per_page to continue. | |
| returned | Yes | Items actually returned on this page. | |
| start_index | Yes | Pagination offset for this page. | |
| total_results | Yes | Total matching records upstream at Companies House. | |
| items_per_page | Yes | Page size requested. |