Skip to main content
Glama
rasmuslinkin

ActiveVacancies MCP Server

by rasmuslinkin

get_salary_benchmarks

Get market salary benchmarks for any role and location, showing 25th, median, and 75th percentile pay from verified active job postings, with ASCII distribution visualization.

Instructions

Aggregates verified compensation from active postings into 25th percentile, median, and 75th percentile market benchmarks with ASCII distribution visualization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currencyNoISO currency code (default USD)USD
locationNoGeographic location or 'Remote' (e.g. 'Remote', 'San Francisco', 'Berlin')
role_titleYesJob title or specialization (e.g. 'Senior Backend Engineer', 'Staff Frontend')

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description must carry behavioral disclosure, and it does: it specifies the data source (verified, active postings), the aggregation granularity (25th, median, 75th percentile), and the output style (ASCII distribution visualization). It does not discuss edge cases like missing data or invalid locations, so it does not earn full marks.

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 entire description is one dense, information-rich sentence with no filler. Every element contributes to the tool's purpose, source, output, and presentation style.

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?

There is no output schema, so the description's mention of percentile benchmarks and ASCII visualization meaningfully covers the return format. The parameter schema covers inputs completely. The only gap is absence of behavior for empty or insufficient compensation data.

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 already documents role_title, location, and currency. The description adds no parameter-specific meaning beyond the schema, which is acceptable but not extra credit territory.

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 names a specific action and resource: it aggregates verified compensation into percentile benchmarks. It clearly differentiates this tool from the job-listing, company-listing, and resume-matching siblings by focusing on market-level compensation analytics.

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 the tool is for compensation-market research but never states when to use it versus alternatives or provides any exclusion guidance. The intended use is reasonably inferable from the name and content, but explicit routing is absent.

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