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.2/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: company_reviews for Glassdoor feedback, salary_search for H1B salary data, and search_jobs for Indeed listings. No overlap in functionality.

Naming Consistency4/5

Two tools use noun_verb pattern (company_reviews, salary_search) while one uses verb_noun (search_jobs). This minor inconsistency is noticeable but still readable and predictable.

Tool Count4/5

Three tools is on the lower end but appropriate for a focused job market information server. Each tool covers a distinct aspect without fragmentation or redundancy.

Completeness4/5

The set covers three key job market data types: reviews, salary, and listings. Minor gaps like missing company profiles or application tracking are acceptable given the read-only scope.

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
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint. Description adds specific return fields (ratings, pros, cons, salary), providing useful behavioral context beyond what annotations convey.

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?

Two sentences plus parameter list, front-loaded with purpose. No wasted words, highly efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, but description states what is returned. However, it lacks detail on review structure (e.g., fields, pagination). Adequate for basic usage but could be more complete.

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?

Schema coverage is 0%, so description carries full burden. It explains 'company' with an example and 'max_results' with default value, adding meaning to both parameters.

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?

Clearly states it retrieves Glassdoor reviews for a company and lists specific return data (ratings, pros, cons, salary). Distinct from sibling tools (salary_search, search_jobs) which focus on salaries and jobs respectively.

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?

Describes primary use case (getting reviews) but does not explicitly mention when not to use or suggest alternatives. Still, the context implies it's for reviews, distinguishing it from siblings.

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 indicate readOnlyHint and openWorldHint, which the description aligns with by describing a read-only search operation. The description adds value by detailing return fields and providing argument examples, beyond what annotations convey.

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 (3 lines) with no wasted words. It front-loads the purpose, then lists arguments with examples. Every sentence is efficient and informative.

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?

Given the tool's complexity (3 params, no output schema), the description adequately covers the purpose, parameters, and return fields. It could mention pagination or result count, but it is sufficiently complete for effective use.

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%, but the description fully compensates by explaining each parameter with defaults and examples (e.g., query: 'software engineer', location: 'New York', max_results: default 20). It adds meaning beyond the plain schema properties.

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 'Search Indeed for job listings' with a specific verb and resource. It lists the return fields (titles, companies, salaries, descriptions), distinguishing it from sibling tools like company_reviews and salary_search.

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 searching jobs by providing parameter examples and return fields. While it does not explicitly contrast with siblings, the context of sibling names makes differentiation clear.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources