MCP tool · Companies

get_company_aum

The latest regulated AUM for an investment adviser, by client type.

Read only

When to use

Use it for a quick sizing of an asset manager. For the trend over time, use get_company_aum_history.

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.

How much does Ashcombe Capital Partners manage?

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.

  • No AUM data found for this companyThe organisation has no AUM record. Most companies that aren't investment advisers won't.
  • 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