Skip to main content
Glama
Casius999

decroche-mcp

by Casius999

negotiate_benchmark_range

Get a sourced salary benchmark for any role, seniority, and region to inform your salary negotiations.

Instructions

Return a sourced salary benchmark for a role/seniority/region.

Uses the bundled salary_benchmarks.yaml dataset. Returns the closest match with approximate=True and a note if an exact match is absent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
role_familyYese.g. ``"software"``, ``"data"``, ``"product"``, ``"sales"``.
seniorityYesOne of ``"junior"``, ``"mid"``, ``"senior"``, ``"lead"``.
regionYesOne of ``"fr"``, ``"us"``, ``"uk"``, ``"ca"``.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
role_familyYes
seniorityYes
regionYes
currencyYes
p25Yes
p50Yes
p75Yes
variable_pctNo
sourceNo
approximateNo
noteNo
Behavior4/5

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

Without annotations, the description discloses key behaviors: it uses a bundled dataset, returns the closest match with approximate=True, and notes when exact matches are absent. This adds meaningful context beyond the input schema.

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 two sentences, front-loads the core purpose, and contains no redundant information.

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?

Given the input schema, full parameter descriptions, and presence of an output schema, the description adequately covers the tool's behavior, data source, and matching strategy without needing further elaboration.

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?

With 100% schema coverage, the description adds value by explaining the underlying dataset and the approximation behavior, which enriches the understanding of how parameters affect the returned benchmark.

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 it returns a sourced salary benchmark for a role/seniority/region, using a bundled dataset. It distinguishes itself from siblings like negotiate_total_comp by focusing on benchmark retrieval rather than total compensation calculation.

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 use for obtaining benchmark salary data but does not explicitly state when to use this tool versus alternatives like negotiate_total_comp or other negotiation tools. No exclusions or preconditions are mentioned.

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/Casius999/decroche-mcp'

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