Skip to main content
Glama

remote_job_market

Aggregate view of the remote tech job market as PC-BUILT currently tracks it: open counts by discipline, which companies are hiring most, how many postings demand US residency, and what salary data exists. Use for 'what is the remote market like for X' or to size a discipline before searching it. This is a snapshot of a tracked corpus, NOT the whole market, and salary averages cover only the minority of rows where an employer published a range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleFamilyNoRestrict the aggregate to one discipline.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added
  2. Removed
  3. Added

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It honestly discloses that the data is a snapshot of a tracked corpus, not the whole market, and that salary averages cover only a minority of rows with published ranges. This is valuable caveat disclosure beyond the schema.

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?

Three sentences: what it is, when to use it, and key limitations. Every sentence earns its place, the core definition is front-loaded, and there is no filler.

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?

For a simple optional-parameter aggregate tool with no output schema or annotations, the description is nearly complete. It explains the data dimensions and gives critical caveats. Slight gap: it doesn't explicitly state that omitting roleFamily returns the full aggregate, though 'Restrict' in the schema implies this.

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 coverage is 100% and the roleFamily parameter already has a clear description ('Restrict the aggregate to one discipline'). The tool description reinforces the meaning by discussing disciplines and the sizing use case, but does not add substantive detail 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 this is an aggregate view of the remote tech job market, listing exact dimensions: open counts by discipline, top hiring companies, US residency demand, and salary data. It distinguishes itself from the sibling search_remote_jobs by positioning itself as a pre-search sizing tool, so an agent can tell them apart.

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 when to use it: for 'what is the remote market like for X' or to size a discipline before searching. It implies the alternative is the sibling search tool but does not name it explicitly or state a hard when-not-to-use condition.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools target distinctly different aspects of network diagnostics or PC hardware pricing. The only potential overlap is between check_service_status and service_uptime_history, but their current-vs-historical scope is clearly separated by descriptions.

Naming Consistency3/5

Naming patterns are mixed: check_email_auth, check_security_headers, trace_redirects, and find_deals use verb_noun, while dns_lookup, price_check, ram_price_index, and service_uptime_history are noun-based compounds, and ping is a bare verb. This inconsistency is noticeable but not chaotic.

Tool Count5/5

With 10 tools, the count is well within a reasonable range for a server that covers two coherent domains. Each tool earns its place and the set does not feel bloated or thin.

Completeness4/5

The set covers core live-check operations (DNS, email auth, headers, redirects, service status, uptime) and PC hardware pricing/deals. Minor gaps exist, such as no SSL/TLS check and limited hardware tracking beyond RAM, but the tool descriptions explicitly acknowledge these limitations.

Resources