list_persons_with_significant_control
Find who owns or controls a UK company by listing its persons with significant control, including shareholders with over 25% and corporate owners with registration numbers.
Instructions
List who owns or controls a company (its persons with significant control): the people and companies holding over 25% of shares or votes, or the right to appoint the board, and how.
A corporate owner comes with its registration number; if it is a UK company, pass that to get_company_profile to follow the chain upwards. An empty list can mean the company filed a statement that it has no PSC, which this tool does not read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Entries per page. | |
| start_index | No | Offset for paging. Use next_start_index from a previous result. | |
| company_number | Yes | Companies House company number, e.g. 00445790 or SC123456. Spaces and missing leading zeros are fine. Get it from search_companies if you only have a name. | |
| include_ceased | No | Include people or entities whose control has ended. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| people | Yes | ||
| active_count | Yes | ||
| ceased_count | Yes | ||
| ceased_omitted | No | Ceased entries on this page left out because include_ceased was false. | |
| company_number | Yes | ||
| next_start_index | No | Pass this as start_index to get the next page. Null when there are no more results. |