New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

validate_dic

Validate a Czech DIČ (VAT ID). Format check: "CZ" + 8-10 digits. For 8-digit tail (legal entities) also runs MOD11 checksum against the embedded IČO.

SERVERAres SOURCEhttps://ares.cz-agents.dev/mcp
Low RISK CLASS
Category Read
Parameters 11 required
Recommended Allowedsee the rule below
Registry record Grade C, identity unverified Pull the record →

This record as markdown: /tools/dev-cz-agents-ares/validate-dic.md

What validate_dic does on Ares

AI agents call validate_dic 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.

ParameterTypeRequiredDescription
dic string Yes Czech DIČ — e.g., "CZ26168685". Whitespace and case tolerated.

Parameters from the server's own tool schema.

Why validate_dic is rated Low

The validate_dic tool performs input validation only (format checking and checksum verification). It does not retrieve, create, modify, or delete data; it does not execute code or trigger external operations; and it does not involve financial transactions. This is a deterministic validation function that returns pass/fail results, making it a Read operation with minimal security risk.

From the tool's definition Tool description states it 'Validate a Czech DIČ (VAT ID)' with 'Format check' and 'MOD11 checksum' validation—purely a data validation/verification operation with no side effects, data retrieval, or modifications.

Questions about validate_dic

What does the validate_dic tool do? +

Validate a Czech DIČ (VAT ID). Format check: "CZ" + 8-10 digits. For 8-digit tail (legal entities) also runs MOD11 checksum against the embedded IČO. It is categorised as a Read tool in the Ares MCP Server, which means it retrieves data without modifying state.

What parameters does validate_dic accept? +

validate_dic accepts 1 parameter: dic. Required: dic. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on validate_dic? +

Register the Ares MCP server in PolicyLayer and add a rule for validate_dic: 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.

What risk level is validate_dic? +

validate_dic is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit validate_dic? +

Yes. Add a rate_limit block to the validate_dic 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.

How do I block validate_dic completely? +

Set action: deny in the PolicyLayer policy for validate_dic. 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.

What MCP server provides validate_dic? +

validate_dic 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

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Ares's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.