Skip to main content
Glama
yschang1688

salary-mcp-agent

by yschang1688

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.0

  • Disambiguation5/5

    Each tool targets a distinct aspect of salary data: specific company lookup, industry aggregation, company ranking, and company time trend. No overlapping purposes; an agent can easily choose the right tool.

    Naming Consistency5/5

    All tool names follow a consistent snake_case pattern with a clear verb or noun style: lookup_company, industry_stats, top_by_median, company_trend. The naming is predictable and readable.

    Tool Count5/5

    Four tools is a well-scoped set for a salary data server. Each tool fills a necessary role without redundancy, and the count is within the ideal range.

    Completeness4/5

    The core workflows of querying a company, benchmarking against an industry, ranking, and viewing historical trends are covered. Minor gaps exist, such as direct company-to-company comparison, but the tool surface is largely complete for the stated domain.

  • Average 4.4/5 across 4 of 4 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 13 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is passing
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior3/5

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

    No annotations are provided, so the description carries the burden of behavioral disclosure. It does disclose the year range (2019-2025) and the stock code format, which adds context. However, it does not describe the output structure, error behavior, or any access/rate limits. Since it's a simple read-only query tool, the description provides adequate but minimal behavioral context.

    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 concise and front-loaded: the main purpose is in the first sentence, followed by a clearly formatted Args section. Every sentence provides necessary information without redundancy. It is appropriately sized for a simple single-parameter tool.

    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?

    The tool has one parameter, no annotations, and an output schema. The description covers the purpose and the parameter format, which is sufficient for the tool's simplicity. The presence of an output schema means return value details are documented elsewhere. A minor gap is the lack of explicit guidance on what the output looks like (e.g., a table or list), but it is not necessary. Overall, the description is nearly complete for this context.

    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?

    The schema description coverage is 0%, and the schema only lists 'code' as a string with no meaning. The description compensates fully by explaining that the parameter is a 4-6 digit TWSE/TPEx stock code and provides an example ('2330'). This is essential and adds complete semantic value 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 shows one company's median pay for each year in a specific range (2019-2025). This uses a specific verb ('show') and a resource ('one company's median pay'), and the year range adds specificity. The sibling tools (lookup_company, industry_stats, top_by_median) appear to serve different purposes, so this description effectively distinguishes the tool.

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

    Usage Guidelines4/5

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

    The description implies the use case: to retrieve annual median pay data for a single company. It provides a clear context for when the tool is appropriate but does not explicitly contrast it with sibling tools or state exclusions. Since it gives a focused purpose, it is above the 'implied usage' level but lacks explicit alternatives.

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

  • Behavior3/5

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

    No annotations are provided, so the description carries the full burden. It states the tool summarizes pay distribution and explains its intended purpose, but it does not disclose specific output details or side effects. For a read-only summarization tool, 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 compact and well-structured: a purpose statement, a usage rationale, and a parameter list with examples. Every sentence adds value and there is no redundancy.

    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's simplicity (one parameter, output schema exists), the description fully covers purpose, usage, and parameter semantics. The output schema handles return details, so the description is complete for an agent to select and invoke the tool correctly.

    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?

    The schema only defines 'industry' as a required string with no description. The description adds valuable guidance: 'Industry name or part of one' and provides concrete examples, clarifying that partial matches are acceptable.

    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 first sentence 'Summarise the pay distribution within one industry' uses a specific verb and resource, clearly defining the tool's function. The second sentence adds the sector-baseline use case, which distinguishes it from sibling tools like lookup_company or top_by_median.

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

    Usage Guidelines4/5

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

    The description explicitly says to use this tool to judge whether a single company's pay is high or low for its sector, providing a clear when-to-use scenario. It does not explicitly name alternatives or exclusions, but the context is sufficient for most agents.

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

  • 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.

  • Behavior4/5

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

    Without annotations, the description carries the behavioral disclosure burden. It explicitly discloses the substring matching behavior and the possibility of multiple results, which is key for managing expectations. It does not address error handling or return format, but an output schema exists to cover that.

    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 plus an argument explanation, front-loaded with a clear purpose. Every sentence provides useful information without redundancy.

    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 single-parameter simplicity and presence of an output schema, the description covers the essential context: what the tool does and how to formulate queries. The substring caveat prevents misuse. No significant gaps remain.

    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?

    The schema provides no description for the 'query' parameter (0% coverage), but the description fully compensates by explaining acceptable formats (4-6 digit code or name substring) with examples. This exceeds the baseline and is highly actionable.

    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 function: 'Look up one company's salary disclosure by stock code or name.' It includes specific input formats and even notes substring matching, distinguishing it from sibling tools that likely provide aggregate or trend data.

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

    Usage Guidelines4/5

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

    The description implies usage for single-company lookups, with clear input guidance (stock code or name). It does not explicitly mention alternative tools, but the scope is evident. The caveat about short queries returning multiple companies provides additional context.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

tw-salary-mcp MCP server

Copy to your README.md:

Score Badge

tw-salary-mcp MCP server

Copy to your README.md:

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

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