Skip to main content
Glama

job-market-mcp-server

Server Details

Indeed listings + Glassdoor reviews + H1B salary data for career copilots.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of the job market: company reviews, salary data, and job listings. There is no overlap, so an agent can easily select the right tool based on the user's intent.

Naming Consistency3/5

The names are readable but follow mixed conventions: 'company_reviews' and 'salary_search' are noun phrases, while 'search_jobs' is a verb_noun structure. This inconsistency is minor and does not hinder understanding, but it deviates from a consistent verb_noun pattern.

Tool Count4/5

Three tools is a reasonable, focused set for a job market server covering core queries: reviews, salary, and job search. It feels appropriately scoped, though it is on the smaller side and could benefit from one or two additional utilities.

Completeness4/5

The tools cover the primary job market data sources: job listings, company reviews, and salary information. There are no obvious dead ends, though additional tools like company profile details or job application tracking would enhance completeness, but they are not essential.

Available Tools

3 tools
company_reviewsA
Read-only
Inspect

Get Glassdoor reviews for a company. Returns ratings, pros, cons, salary data. Args: company: Company name (e.g. 'Google') max_results: Max reviews (default 20)

ParametersJSON Schema
NameRequiredDescriptionDefault
companyYes
max_resultsNo
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds useful return-content details (ratings, pros, cons, salary data) and the max_results default, but does not disclose potential rate limits, pagination behavior, or dependency on live external data. Thus, it adds some value beyond annotations but falls short of rich behavioral disclosure.

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 well-structured: a single-sentence overview followed by an Args block with clear parameter explanations. Every sentence adds value without redundancy.

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?

With no output schema, the description must convey what to expect from the call. It does list the key return fields (ratings, pros, cons, salary data) and parameter behavior. It does not mention edge cases like unrecognized company names or empty results, but for a simple read-only tool with two parameters, this is reasonably complete.

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%, so the description carries the full burden of explaining parameters. It does so effectively: 'company' is explained with an example, and 'max_results' states its default and meaning ('Max reviews'). This fully compensates for the lack of schema descriptions.

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: 'Get Glassdoor reviews for a company.' It specifies the resource (Glassdoor reviews) and lists the return types (ratings, pros, cons, salary data). This distinguishes it from sibling tools like salary_search and search_jobs, which focus on different data types.

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 gives clear context for when to use the tool (whenever Glassdoor reviews are needed) but does not explicitly mention alternatives or exclusions. While the sibling tools are visible in the environment, the description itself does not address when not to use this tool, leaving this dimension slightly below 5.

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

search_jobsA
Read-only
Inspect

Search Indeed for job listings. Returns titles, companies, salaries, descriptions. Args: query: Job title or keywords (e.g. 'software engineer') location: City or state (optional, e.g. 'New York') max_results: Max results (default 20)

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
locationNo
max_resultsNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, reducing the burden. The description adds value by specifying the return fields (titles, companies, salaries, descriptions) and mention of 'Indeed' as an external source. It does not cover pagination or rate limits, but the annotations cover safety, so the additional context justifies a solid score.

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, with a clear first sentence stating the purpose and a structured Args block listing parameters. Every sentence adds value, with no filler or redundancy. The format is easy to scan and understand.

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?

Despite being a simple tool with no output schema, the description covers purpose, parameters, and return values. The context signals show only 3 parameters and 1 required, which the description explains well. For such a tool, this is a complete and self-contained description.

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 has no descriptions for parameters (0% coverage), so the description carries the full burden. It provides meaningful examples and defaults: query as 'Job title or keywords (e.g. 'software engineer')', location as optional 'City or state', and max_results with default 20. This fully compensates for the schema's lack of detail.

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 'Search Indeed for job listings' with a specific verb and resource. It distinguishes from sibling tools by focusing on job listings, even though it also returns salaries, which is a secondary feature. The explicit return fields further clarify its purpose.

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 for searching jobs but does not explicitly state when to prefer this over the alternative tools (company_reviews, salary_search). The overlap in returning salaries could cause confusion, but the primary focus on job listings gives some implicit guidance. No explicit exclusions or alternatives are mentioned.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables searching and analyzing H-1B visa sponsoring companies using U.S. Department of Labor data. Supports filtering by job role, location, and salary with natural language queries to find direct employers and export results.
    16
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Live tech-hiring intelligence for AI agents. Search 130K+ open jobs collected daily from ~500 tech companies' own career sites — plus company hiring profiles, tech stacks, salary benchmarks, and skill trends. Five tools work with no account.
    28
    31
    162
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables searching and analyzing real H-1B visa sponsorship data from the U.S. Department of Labor, including job titles, salaries, locations, and company statistics.
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources