Skip to main content
Glama
atomno-mcp

mcp-fns-calc

calc_insurance_ip

Calculate annual IP insurance contributions including fixed amount and 1% on income over 300k RUB, with support for partial years.

Instructions

IP fixed insurance contributions + 1% on income above 300k RUB (NK RF art. 430).

When to use: annual IP self-contribution estimate; set months<12 for partial year. When NOT to use: employee payroll — use payroll tools; amounts for closed years without snapshot check. Side effects: read-only, deterministic, offline; rates from bundled snapshot.

Returns: {fixed, extra_1pct, total, income, year, months, formula, article, disclaimer}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoГод расчёта.
incomeYesГодовой доход ИП.
monthsNoПолных месяцев деятельности (неполный год).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Since no annotations are provided, the description fully carries the burden by stating side effects: read-only, deterministic, offline, and rates from bundled snapshot. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is concise, front-loading purpose, then usage, side effects, and return fields. Every sentence serves a purpose, no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose, usage, behavior, and return fields. Missing error conditions or edge cases (e.g., negative income), but given sibling tools and output schema existence, it is largely complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so parameters are already documented. Description adds value by clarifying 'months' usage for partial year, reinforcing schema ranges and defaults.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it calculates IP fixed insurance contributions plus 1% on income above 300k RUB, citing tax code art. 430. It distinguishes from sibling tools like calc_ndfl and calc_patent by focusing on IP self-contribution.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly provides 'When to use' (annual IP self-contribution estimate, partial year with months<12) and 'When NOT to use' (employee payroll, closed years without snapshot check) with alternative tool suggestions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/atomno-mcp/mcp-fns-calc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server