MCP tool · Companies

get_company_ownerships

Who owns an organisation, and what it owns.

Read only

When to use

Use it to map a group structure, or to list the funds behind an asset manager. Both directions come back in one call.

Call search_companies first to get the reference this tool needs.

Parameters

referenceuuid·bodyrequired
The company's reference UUID.

Example

Ask your assistant something like this, and it makes the call below. The result is shown as the JSON the tool returns, which reaches the assistant as a text content item.

What does Ashcombe Capital Partners own?

Example records are invented.

Errors

These come back as a tool result with isError: true, so the assistant can read the reason and try again.

  • Not found.No organisation has that reference.

Built on

The tool calls this endpoint with your own token. Use the API directly to get the same data into your own systems.

Related