ares_cross_company_persons
Detect individuals holding statutory roles in multiple Czech companies from IČOs. Returns structured cross-reference and optional graph to reveal hidden links for due diligence.
Instructions
Given a list of Czech IČOs, find natural persons (and legal entities) who hold active statutory roles in two or more of them. Returns a structured cross-reference plus an optional Mermaid graph for visualization. Useful for due diligence (holding-group mapping, undisclosed beneficial connections, nominee director detection on a small known set).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icos | Yes | List of 2–50 Czech IČOs to cross-reference. Each will be validated and looked up in the Public Register (VR). | |
| emitMermaid | No | If true, also include a Mermaid `graph LR` string that MCP clients (e.g. Claude) can render as a visual person→companies diagram. | |
| includeHistorical | No | If true, include former members (those with `datumVymazu` set). Useful for nominee director detection and tracking director musical chairs. Default false = active members only. |