Skip to main content
Glama

Server Details

Search real, recent job postings from company career pages and ATS boards, scored for fit.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap. The single tool's purpose is clearly stated and self-contained.

Naming Consistency5/5

The tool name 'search_jobs' follows a clear verb_noun convention. With only one tool, naming is trivially consistent and intuitive.

Tool Count3/5

A single tool feels thin for a server, though it is acceptable for a narrowly scoped job-search utility. It sits at the borderline, but the focused purpose justifies its existence.

Completeness4/5

The server covers the core job-search operation effectively, returning rich results with links. Minor gaps exist (e.g., no separate detail or filtering tool), but agents can work around them via the provided URLs.

Available Tools

1 tool
search_jobsSearch job postingsA
Read-onlyIdempotent
Inspect

Find recent job postings that match target job titles in given locations (or remote). Runs HuntBoard's own hunt: SQL narrowing over its index of company career pages and ATS boards, then an AI fit score. Returns up to max_results jobs scored 7-10 with title, company, location, link, source and a one-line reason.

ParametersJSON Schema
NameRequiredDescriptionDefault
titlesYesTarget job titles, e.g. ["Backend Engineer", "Platform Engineer"]. Parentheticals are stripped and head phrases matched.
locationsNoCities, regions or countries, e.g. ["Tel Aviv", "Israel"]. Optional only when remote_ok is true.
remote_okNoAlso include remote roles open to the given locations (or global remote roles).
max_resultsNoHow many jobs to return, 1-50.
exclude_titlesNoTitle fragments to drop, e.g. ["Manager", "QA"].
exclude_locationsNoLocation fragments to drop.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds meaningful behavioral context beyond those hints: it reveals the internal pipeline ('SQL narrowing over its index of company career pages and ATS boards, then an AI fit score'), the scoring threshold for returned results (7-10), and the return fields. This lets the agent predict that results are pre-vetted, non-deterministic, and sourced externally—useful information not present in the annotations.

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 with zero fluff. The main action is front-loaded, followed by a compact explanation of the internal method and the return shape. Every clause contributes either purpose, behavioral transparency, or output details, making it appropriately sized and scannable.

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?

Without an output schema, the description compensates by listing the return fields explicitly (title, company, location, link, source, one-line reason) and the cap via max_results. The main gaps are undefined 'recent' time window and no mention of empty-result or error behavior. For a read-only search tool with rich annotations, these are minor omissions, so the definition is strong but not fully exhaustive.

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 description coverage is 100%, so the schema already fully documents all six parameters, including defaults, limits, and examples. The description adds no parameter-specific semantics beyond what is already in the schema; it merely echoes the title/location/remote concept. A baseline 3 is appropriate when the schema carries the heavy lifting.

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 opens with a precise verb-resource statement: 'Find recent job postings that match target job titles in given locations (or remote)'. It specifies the filters (titles, locations, remote) and the result set, so an agent immediately knows what this tool does and what it does not do. No sibling tools exist to confuse it, and the purpose is unambiguous.

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?

There are no sibling tools, so no alternative-routing guidance is needed. The description gives clear contextual usage signals: it runs an AI-scored hunt over company career pages and ATS boards and returns only jobs scored 7-10, which tells the agent this is the tool for high-quality, pre-filtered job matches. It stops short of explicit 'use when / do not use when' guidance, so it earns a 4 rather than a 5.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • First observedsearch_jobs

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Scans 130+ company careers pages and scores every role against your resume with an LLM (0–100), surfacing top matches. Drafts tailored cover letters and resume bullets for any job on demand, and exports scan results to CSV.
    3
    207
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables real-time job search across thousands of companies' open roles from Greenhouse, Lever, Ashby, and SmartRecruiters, with full-text filtering and company-specific queries, no API key required.
    2
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI agents to search and analyze job listings from verified company boards privately, matching resumes to roles with evidence and suggesting resume improvements.
    1,614 npm
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables querying job boards for a company's open roles, pulling from Greenhouse, Workday, and an opt-in LinkedIn source and normalizing the results into one shape. It discovers boards, searches one or many companies at once, and returns full postings with title-based AI/ML and junior filtering.
    7
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources