Skip to main content
Glama

Benchmark local salary bands (min, median, top 10%)

calculate_wage_bands
Read-onlyIdempotent

Models a country's wage distribution as log-normal, calibrated from World Bank GNI per capita (mean) and the Gini index (spread: sigma = sqrt(2)*normInv((Gini+1)/2)), then returns the survival floor (essentials), statutory minimum (ILOSTAT where available, else curated; null where none exists), median (p50), comfortable (p75), top 10% (p90) and top 1% (p99) bands — each monthly and annual, USD and local currency. Optional salary locates a pay figure on the curve (percentile + out-earns %); percentile returns that exact threshold wage. Model estimates for benchmarking, not payroll data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
salaryNoYour salary to locate on the distribution. Values over 20000 are read as annual (÷12), else monthly.
countryYesISO 3166-1 alpha-2 country code (case-insensitive).
percentileNoReturn the exact wage threshold at this percentile (e.g. 90 for the top-10% floor).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
bandsNo
modelNo
countryNo
standingNo
atPercentileNo

TDQS

A4.3/5.0
Behavior5/5

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

The description adds substantial behavioral detail beyond the annotations: log-normal modeling, GNI/Gini calibration, null statutory minimum behavior, monthly/annual and USD/local currency outputs, and optional salary/percentile behaviors. This is rich context that would not be visible from annotations or schema alone, and it contradicts none of the annotations.

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

Conciseness4/5

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

The description is dense but purposeful, packing the model, output dimensions, and parameter behavior into one structured paragraph. All content earns its place, though the formula line is technical and slightly heavy for an agent that mainly needs to understand what the tool returns.

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

Completeness5/5

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

With an output schema and rich annotations already present, the description covers the remaining essentials: model inputs, full band list, currency and period variants, optional parameter behavior, and data caveats. Nothing needed to call the tool correctly is missing.

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 the parameters are already documented. The description adds useful interpretive detail, such as salary being located on the curve to yield percentile plus 'out-earns %' and percentile returning an exact threshold wage, which enhances parameter understanding beyond the schema.

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 what the tool does: it models a country's wage distribution and returns a specific set of salary bands (survival floor, statutory minimum, p50, p75, p90, p99), so purpose is unambiguous. It does not explicitly distinguish itself from a sibling like localize_salary, though the 'benchmark' framing and band output make the distinction reasonably clear.

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 gives a clear use boundary: results are 'model estimates for benchmarking, not payroll data,' which tells the agent where this tool is and is not appropriate. It does not name alternative tools or provide exhaustive when-to-use versus when-not-to-use guidance, so it stops short of full routing instructions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation3/5

Several tools occupy adjacent territory: check_travel_residency explicitly supersedes check_residency, check_schengen, and check_tax_residency_risk, and the cost-of-living family (arrival_cost, compare_total_cost, compare_housing, estimate_micro_costs, calculate_ppp, localize_salary) has overlapping price-level concepts. The detailed descriptions mostly clarify boundaries, but an agent selecting by name alone could easily pick the wrong residency or cost tool.

Naming Consistency4/5

Most tools follow a clean verb_noun snake_case pattern with recognizable prefixes (compare_*, check_*, find_*, calculate_*), which makes the set predictable. Deviations like arrival_cost, passport_power, required_rate, and the acronym-heavy calculate_ppp keep it from being perfectly uniform.

Tool Count3/5

26 tools is a heavy surface, and at least three of the check_* tools are explicitly superseded by check_travel_residency, adding redundant weight. The broad geo-arbitrage/nomad domain justifies much of the breadth, but the set feels closer to a full toolkit than a focused server.

Completeness4/5

The toolset covers the core remote-work and geo-arbitrage decision space: cost of living, purchasing power, tax residency risk, nomad visas, housing, healthcare, climate, connectivity, holidays, salary localization, FIRE, livability, and even team timezone planning. Gaps are minor—no family-size cost tool, no immigration/citizenship pathway data, and no dedicated safety/crime dataset beyond the livability composite—but agents can work around them.

Resources