Skip to main content
Glama
tresor4k

macalc

calculate_overtime_pay_fr

Calculate overtime pay in France: first 8 hours overtime at 25% premium, beyond at 50% premium. Input base hourly rate and total overtime hours beyond 35h/week to get breakdown of hours and pay at each rate.

Instructions

Calculate French overtime pay: first 8h at +25%, beyond 8h at +50% (weekly threshold 35h). Returns: {hours_at_25pct, hours_at_50pct, pay_25pct_zone, pay_50pct_zone, total_overtime_pay, extra_vs_normal}. See list_bundles for related 'temps-rh' calculators.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
base_hourly_rateYesNormal hourly rate in euros
overtime_hoursYesTotal overtime hours worked beyond 35h/week

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoComputed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools).
formulaNoHuman-readable formula or method used (e.g. "I=P·r·t", "Magnus formula").
sourceNoAuthoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21").
reference_urlNoLink to a calcul2 page documenting the calculation in detail.
Behavior4/5

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

No annotations are provided, so the description must fully disclose behavior. It correctly indicates the tool is a calculation without side effects, and the return values are listed. It does not contradict any hidden behaviors, and for a computational tool, this is sufficient.

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 extremely concise — two sentences that cover the purpose, rates, threshold, return fields, and a reference to related tools. No extraneous information.

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?

An output schema exists (has output schema: true), so the description is not required to detail return values, but it does list them for quick reference. The description covers the core purpose and parameters adequately for a simple calculation tool, leaving no critical gaps.

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 already has descriptions for both parameters (base_hourly_rate and overtime_hours), achieving 100% coverage. The description adds context about the overtime rates and threshold, which helps understand how overtime_hours is used, but it does not add new parameter-level details beyond the schema.

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 calculates French overtime pay, specifying the rates (+25% for first 8h, +50% beyond) and the weekly threshold of 35h. It also lists the return fields, making the purpose unambiguous.

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 mentions a related resource ('temps-rh' calculators via list_bundles) but does not explicitly state when to use this tool versus alternatives. The threshold and rates imply use for French overtime, but no exclusion criteria or context for when not to use it is provided.

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/tresor4k/macalc-mcp'

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