Skip to main content
Glama

Server Details

Is this company actually hiring, or is the board just still up? Real dates on 187,923 roles.

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
URL
Tool DescriptionsA

Average 3.8/5 across 6 of 6 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool answers a clearly distinct question: company-specific verdict, fresh boards, quiet boards, market-level stats, job search, and change tracking. There is no meaningful overlap between tool purposes.

Naming Consistency3/5

Four tools follow a verb-first pattern (check_company, find_fresh_boards, find_quiet_boards, search_jobs), but hiring_stats is a noun phrase and whats_changed is question-style. The names are readable but not fully predictable.

Tool Count5/5

Six tools is well-scoped for a hiring intelligence server. Each tool covers a distinct aspect of the domain without redundancy or bloat.

Completeness5/5

The surface covers the core workflows: searching jobs, evaluating a single company, surfacing fresh versus quiet boards, viewing market stats, and monitoring changes. No obvious dead ends or missing critical operations for the stated purpose.

Available Tools

6 tools
check_companyAInspect

Ask whether a company is ACTUALLY hiring, not just whether it has jobs listed. Returns a verdict on the board -- actively_hiring, still_open, gone_quiet or likely_abandoned -- with the age of the newest posting, the median role age, and how many reqs have sat open over 90 days and over a year. This is the check that tells you whether an application or a sales approach is worth the time.

ParametersJSON Schema
NameRequiredDescriptionDefault
companyYesCompany name
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses the return verdicts, the age metrics, and the 90-day/year thresholds, giving an agent a solid understanding of what the tool computes and returns.

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, front-loaded with the core distinction, followed by concrete output details and a clear use case. Every sentence earns its place with 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 one-parameter tool with no output schema, the description is nearly complete: it lists the verdict values, the metrics returned, and when to use it. It could add a bit more context on how to interpret each verdict, but nothing essential for calling the tool correctly is missing.

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 documents the only parameter ('company'). The description adds no additional parameter meaning, but it does not need to; this is the baseline case where the schema carries the weight.

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 states a specific verb ('Ask whether') and resource ('a company'), and immediately differentiates itself from tools that only check for listed jobs. The verdict categories make the tool's function unmistakable and distinguish it from sibling tools like search_jobs.

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: use this check to decide whether an application or sales approach is worth the time. It does not explicitly name sibling alternatives or state when not to use it, so it stops short of a full 5.

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

find_fresh_boardsBInspect

Companies where EVERY currently open role was posted in the last 30 days -- no backlog of applicants ahead of you, and usually a team that just started hiring. For sales, a company that just opened its first roles in a function is one whose budget has recently moved.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
Behavior3/5

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

With no annotations, the description carries the burden of explaining behavior. It clearly discloses the selection logic and the implications of the results. However, it doesn't mention whether results are sorted, paginated, or limited, nor does it state the output format or any implicit read-only guarantee.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences and wastes little space. The core criterion is front-loaded, and the additional sales context earns its place by explaining why a 'fresh board' matters in a specific domain. It is compact and readable.

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?

For a simple tool with one optional parameter and no output schema, the description gives a clear conceptual model of what is returned and why it is useful. However, it is incomplete on parameter meaning and does not describe the shape of results, ordering, or any limits. These gaps are significant but not fatal for a low-complexity tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter, limit, is an integer with no schema description, and the description does not mention it at all. Schema description coverage is 0%, so the description should compensate, but it doesn't. An agent can guess that limit caps the number of results, but the tool description provides no explicit semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies what the tool does: find companies where every currently open role was posted in the last 30 days. It gives a specific, testable criterion and implies a read-only list operation. It doesn't explicitly name sibling tools, but the 'fresh' vs 'quiet' contrast with find_quiet_boards gives implicit differentiation.

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 conveys when this tool is valuable: when you want no backlog of applicants and a team that just started hiring. The sales-specific sentence adds practical context for one use case. It does not explicitly state when not to use it or name alternatives, but the usage context is reasonably clear.

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

find_quiet_boardsBInspect

Companies still advertising open roles while having posted nothing new in over six months. Strong evidence of a board nobody tidied up after the hiring finished. Useful for striking dead accounts off a prospect list, or for avoiding applications that will never be read.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
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 of behavior disclosure. It adds useful interpretive context ('strong evidence of a board nobody tidied up'), but it does not state that the tool is read-only, describe output format, or mention pagination or limits.

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 concise sentences: the first defines the selection criteria, the second explains the signal, and the third gives practical use cases. Every sentence earns its place and the key definition is front-loaded.

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?

The description covers the purpose and practical usefulness of the tool well. It is weaker on the sole parameter's meaning and on alternative routing among siblings, but the low complexity and the inferable return type keep it reasonably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description completely ignores the 'limit' parameter. The agent only knows it is an optional integer, not what it limits or how it affects results, which is a real gap for a one-parameter tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource: companies with open roles but no new posts in over six months. It implies a look-up operation, but there is no explicit verb and no direct contrast with the obvious sibling find_fresh_boards.

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?

It gives concrete use cases: removing dead accounts from a prospect list or avoiding applications that won't be read. However, it never mentions alternatives or says when not to use this tool, so the usage guidance stays implied rather than explicit.

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

hiring_statsAInspect

Market-level hiring numbers measured this morning across every board we read: employers hiring, open roles, how many went up in the last 24 hours, how many have been open over 90 days and over a year, how many boards have gone quiet, and the most in-demand technologies.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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 discloses freshness ('measured this morning'), scope ('across every board we read'), and the exact data points, which strongly implies a read-only aggregate query. It does not explicitly state that it is read-only, nor does it mention output format, caching, or rate considerations, leaving some room for inference.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, dense sentence with the core purpose front-loaded and the specific metrics delivered via a clear colon-led list. Every element contributes meaningfully, though the sentence is long; the length is justified by the number of metrics covered.

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 no-parameter, no-output-schema aggregate stats tool, the description is largely complete: it names the metrics, the freshness of the data, and the coverage ('every board we read'). It stops short of describing the return format or container, but with zero inputs and enumerated data points this is likely sufficient for correct invocation.

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 tool has zero parameters, so the baseline is 4. The description adds useful context about the data domain an agent can expect (hiring numbers, board activity, technology demand), even though no parameter-level semantics are applicable because the input schema is empty.

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 states a specific purpose: providing market-level hiring numbers across all boards read, and enumerates concrete metrics (open roles, 24h increases, 90-day/1-year openings, quiet boards, in-demand technologies). The 'market-level' scope clearly differentiates it from company- or board-focused siblings like check_company, find_quiet_boards, and search_jobs.

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 usage context is implied through 'market-level' and the aggregate metrics, suggesting it is for broad hiring overviews rather than company- or board-specific lookups. However, there is no explicit statement of when to use this tool versus siblings, nor any exclusion like 'for a specific employer, use check_company instead.'

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

search_jobsAInspect

Search open job postings read directly from employers' own Greenhouse, Ashby and Lever boards. Unlike a job board, every result carries the employer's real publish date and age in days, so you can tell a role posted this morning from one that has been open two years.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 25)
queryNoWords in the job title, e.g. 'staff backend engineer'
remoteNoOnly roles flagged remote
locationNoAny part of the location string, e.g. 'Berlin', 'California'
departmentNoFunction, e.g. 'Engineering', 'Sales'
technologyNoTechnology named in the posting, e.g. 'Python', 'Kubernetes'
max_age_daysNoOnly roles posted within this many days
min_age_daysNoOnly roles OLDER than this many days -- use to hunt stale listings
Behavior4/5

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

With no annotations, the description carries the behavioral burden and does more than repeat the name: it states the data source (direct from employer ATS boards), and discloses that every result includes the employer's real publish date and age in days. It could add pagination/ordering/coverage caveats, but the disclosed behavior is specific and useful.

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 with no filler: the first states the operation and source, and the second explains the differentiating value with a concrete example. Every sentence earns its place and the key information is front-loaded.

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?

For a tool with 8 optional parameters and no output schema, the description gives enough context to select the tool but not a complete picture: it omits result shape beyond date/age, ordering, pagination, and how filters interact. The self-documenting schema covers parameters, so this is acceptable but not comprehensive.

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%, so parameters like query, location, and max_age_days are already self-documented. The description's age-in-days emphasis supports min_age_days and max_age_days, but it doesn't add meaning beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the action ('Search') and resource ('open job postings') and adds meaningful source detail (employers' own Greenhouse, Ashby and Lever boards). It does not explicitly contrast with siblings like find_fresh_boards or check_company, so it misses the top bar for sibling differentiation.

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 freshness example implies a use case (distinguishing newly posted roles from stale ones), and the source statement defines what kind of results to expect. However, there is no explicit guidance about when to prefer search_jobs over sibling tools or when not to use it.

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

whats_changedAInspect

What actually MOVED, on a list of companies you name or across the whole record. Answers the question a person with a book of accounts has every morning: which of mine changed, and is anyone suddenly ramping? Returns NET movement, because a company that opened 342 roles and closed 317 is churning and one that opened 261 and closed 41 is hiring -- and flags a board whose VERDICT flipped, which is a budget unfreezing and the strongest signal in this data.

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoWindow, default 7
limitNo
companiesNoCompany names to watch. Omit for the whole market.
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explicitly states that it returns NET movement (not gross) and explains the rationale with concrete examples, and it discloses the verdict-flip flag as a special signal. This goes beyond a simple 'returns changes' and gives the agent insight into the tool's logic and output semantics.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose ('What actually MOVED') and each sentence adds value. It includes a vivid metaphor and examples that clarify the net-movement logic, but it is slightly verbose. Still, it is well-structured and not padded with irrelevant details.

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 3-parameter tool with no output schema, the description covers the key behaviors (net movement, verdict flip) and the main use case. It does not detail the exact return structure or pagination, but it likely suffices for an agent to call it correctly. The 'limit' parameter remains ambiguous, but overall the description is fairly complete.

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 67% (days and companies documented, limit not). The description adds meaning for 'companies' by mentioning 'on a list of companies you name or across the whole record', which explains the omit behavior. However, it does not explain 'days' or 'limit' beyond what the schema provides (days has a default, limit undefined). It partially compensates but leaves gaps.

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 states a specific verb ('MOVED', 'Returns NET movement', 'flags') and a clear resource (changes on named companies or the whole record). It distinguishes itself from siblings by focusing on movement and net change, with a clear user story (book of accounts, morning check). Even without naming alternatives, the purpose is unmistakable.

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 a clear usage context: to find which companies changed and whether anyone is ramping. It describes the exact question it answers ('which of mine changed, and is anyone suddenly ramping?'), giving a concrete scenario. It does not explicitly name alternatives or exclusions, but the context is strong enough to guide an agent.

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

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables asking what companies are hiring right now by querying live job postings from their applicant-tracking system board APIs (Greenhouse, Lever, Ashby, Recruitee, Rippling, Personio), with filters, parsed location, remote flag, and structured salary.
    3
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables users to discover applicant tracking system job boards from company domains, list open roles, detect hiring changes over time, and generate hiring summaries across multiple ATS platforms.
    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.
    31
    219
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources