Skip to main content
Glama

nestegg-calculators

Hourly to Salary

hourly-to-salary
Read-onlyIdempotent

Annualize an hourly rate (and the monthly equivalent).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hourlyRateYesHourly rate.
hoursPerWeekNoHours per week (default 40).
weeksPerYearNoWeeks per year (default 52).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
annualNoAnnual salary.
monthlyNoMonthly equivalent.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safe read-only nature is covered. The description adds the monthly equivalent output, which is useful, but it does not disclose details like rounding or return format. This is adequate but not rich.

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?

The description is a single, front-loaded sentence with no wasted words. It communicates the essential transformation efficiently.

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 conversion tool with full schema coverage and an output schema, the description covers the core transformation. It could mention the default assumptions, but those are already in the schema, so it is sufficiently complete.

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?

The input schema fully describes all three parameters with defaults, and the description adds no additional parameter-specific meaning. Baseline 3 applies due to 100% schema description coverage.

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?

The description clearly states the tool's purpose with the verb "Annualize" and the resource "hourly rate", plus the additional monthly equivalent output. This distinguishes it from the sibling tool "salary-to-hourly" which performs the reverse conversion.

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

Usage Guidelines3/5

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

The description implies usage (when you have an hourly rate and want annual salary) but does not explicitly state when to use it vs. alternatives like salary-to-hourly, nor does it provide exclusions or prerequisites.

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.