get_statutaries
Get current statutory body (jednatelé, představenstvo, etc.) of a Czech company — who can legally act on its behalf. Returns active members only (with valid zápis, not yet removed). Essential for due diligence and compliance checks.
This record as markdown: /tools/dev-cz-agents-ares/get-statutaries.md
What get_statutaries does on Ares
AI agents call get_statutaries to retrieve information from Ares without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
ico | string | Yes | Czech IČO (7-8 digits). |
Parameters from the server's own tool schema.
Why get_statutaries is rated Low
This tool queries and retrieves publicly available corporate governance information (statutory body members) from the Czech Business Register. It performs a straightforward lookup with no capacity to alter, delete, or execute external actions. Even in a due diligence context, it remains a pure information-retrieval operation.
From the tool's definition Tool description states it 'Get[s] current statutory body' and 'Returns active members only' — a retrieval operation with no modification capability. Name 'get_statutaries' and verb 'Get' confirm read-only semantics.
Attacks that exploit this kind of access
The rule that runs get_statutaries safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Ares, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For get_statutaries, this is the rule to start with:
get_statutaries is read-only, so it stays allowed. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Ares, apply this rule, and every get_statutaries call is checked against it from then on.
Questions about get_statutaries
Get current statutory body (jednatelé, představenstvo, etc.) of a Czech company — who can legally act on its behalf. Returns active members only (with valid zápis, not yet removed). Essential for due diligence and compliance checks. It is categorised as a Read tool in the Ares MCP Server, which means it retrieves data without modifying state.
get_statutaries accepts 1 parameter: ico. Required: ico. The full parameter table on this page comes from the server's own tool schema.
Register the Ares MCP server in PolicyLayer and add a rule for get_statutaries: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Ares. Nothing to install.
get_statutaries is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the get_statutaries rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for get_statutaries. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
get_statutaries is provided by the Ares MCP server (https://ares.cz-agents.dev/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Ares, and thousands of servers like it.
This server
Across the catalogue