Skip to main content
Glama
yschang1688

salary-mcp-agent

by yschang1688

top_by_median

Sort companies by median non-managerial salary in descending order. Use industry and minimum salary filters to find employers meeting your pay threshold.

Instructions

Rank companies by non-managerial median pay, highest first.

Args: industry: Optional industry filter (substring). Empty means all industries. min_median: Optional floor in 萬元/yr, e.g. 120 keeps only companies paying a median of NT$1.2M or more. limit: How many to return (1-50; values above 50 are clamped to 50).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
industryNo
min_medianNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It details sort order (highest first), substring filtering for industry, the floor logic for min_median with an example, and the clamping behavior for limit. This goes beyond the schema, though it does not cover error behavior or data source nuances.

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: one purpose sentence followed by a clean Args list. Every sentence earns its place, and the structure is easy to scan; no redundancy or filler.

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 tool has only three optional parameters and an output schema exists, the description is nearly complete. It covers the ranking metric, ordering, filtering options, limiting behavior, and unit interpretation. The example clarifies the min_median semantics, making the tool well-specified for an AI agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description fully compensates by explaining each parameter: industry as an optional substring filter, min_median as a floor in 萬元/yr with a concrete example, and limit with range and clamping. This adds substantial meaning beyond the bare 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 ranks companies by non-managerial median pay, highest first. This specific verb+resource (rank companies) and the metric (median pay) distinguishes it from sibling tools like lookup_company and company_trend.

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 (ranking top companies) but does not explicitly state when to use this tool versus alternatives such as industry_stats or company_trend. It provides no when-not-to-use guidance or mention of alternative tools.

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/yschang1688/salary-mcp-agent'

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