Skip to main content
Glama
100Hires

100Hires MCP Server

Official
by 100Hires

hires_list_applications

Fetch applications across jobs with filters for candidate, job, stage, status, AI score, and dates; use for pipeline analytics, ATS dashboards, and incremental syncs.

Instructions

List applications across all accessible jobs. Supports filtering by candidate, job, stage, status, AI score range, and date ranges. Use for pipeline analytics, sync jobs, and ATS dashboards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1).
sizeNoItems per page (default 25, max 100).
sortNoSort order. Prefix with - for descending. Default: -created_at.
job_idNoFilter applications by job ID.
statusNoFilter by application status: pending (active), hired, or rejected.
includeNoComma-separated relations to embed: candidate, cv.text. Example: candidate,cv.text
stage_idNoFilter applications by pipeline stage ID. Best used together with job_id.
company_idNoFilter by company ID. Omit for all accessible companies.
ai_score_maxNoReturn only applications with ai_score <= this value.
ai_score_minNoReturn only applications with ai_score >= this value.
candidate_idNoFilter applications by candidate ID.
created_afterNoReturn only applications created after this Unix timestamp (seconds).
updated_afterNoReturn only applications updated after this Unix timestamp (seconds). Use for incremental sync.
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It notes that the tool lists applications across 'all accessible jobs' and supports filtering, but it doesn't mention pagination behavior, default sorting, or response structure. The absence of any warning about side effects is appropriate for a read-only endpoint, but deeper details are left to 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?

The description is two sentences with the core action front-loaded and no redundant phrasing. Every clause adds value: scope, filter capabilities, and use cases.

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 tool with 13 optional parameters and no output schema, the description gives a clear high-level overview and practical use cases, but it does not mention the include parameter for embedding relations or pagination defaults. The schema fills most gaps, and the description is sufficient for an agent to decide when to use it, though not exhaustive.

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 schema already provides descriptions for all 13 parameters (100% coverage), so the baseline is 3. The description adds a compact summary of filter dimensions ('candidate, job, stage, status, AI score range, and date ranges'), which helps the agent quickly map natural-language requests to parameter groups. This elevates it above baseline.

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 'List applications across all accessible jobs,' which provides a specific verb (list), resource (applications), and scope (all accessible jobs). This clearly distinguishes it from sibling tools like hires_get_application (single application) and mutation tools like hires_create_application.

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?

It explicitly states 'Use for pipeline analytics, sync jobs, and ATS dashboards,' giving concrete contexts for when to invoke this tool. It doesn't mention alternatives or exclusions, but the use cases are clear enough to guide selection.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/100Hires/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server