Skip to main content
Glama
thriveventurelabs

AccountsOS MCP Server

Official

Deel Calculate Take Home Pay

deel_calculate_take_home_pay
Read-onlyIdempotent

Compute net take-home pay from annual gross salary for a given country, accounting for taxes and deductions. Input country code, salary, and currency to get net amount.

Instructions

Calculate take-home pay for a given salary in a specific country. Use when the user asks about net pay, take-home salary, or deductions in a country.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
salaryYesAnnual gross salary
countryYesTwo-letter ISO country code (e.g., "IE" for Ireland, "PT" for Portugal)
currencyYesCurrency code

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.3

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so safety context is covered. The description adds minimal behavioral context by framing the operation as a calculation that accounts for deductions, but it does not disclose return format, supported countries, or calculation assumptions.

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?

Two short sentences that each earn their place: the first states the core operation-galculation of take-home pay; the second gives direct usage guidance. No filler or repetition.

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?

For a simple read-only calculator with fully documented parameters and annotations covering safety, the description is nearly complete. It omits specific return details diagnostic of the take-home amount, but that is largely inferable from the tool name and purpose.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema fully documents salary, country, and currency. The description adds no additional parameter-level meaning beyond what the schema already provides, so baseline 3 is appropriate.

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

Purpose4/5

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

The description clearly states the verb and resource: calculate take-home pay for a salary in a country, and reinforces it with the 'net pay, take-home salary, or deductions' trigger phrases. It is sufficiently distinct from siblings like deel_calculate_employment_cost, though it does not explicitly contrast itself against that sibling.

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

Usage Guidelines4/5

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

The description explicitly says when to use the tool: 'Use when the user asks about net pay, take-home salary, or deductions in a country.' This is clear contextual guidance, but it does not mention when not to use it or name alternative tools for related calculations.

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

Deploy Server

Other Tools