Skip to main content
Glama
100Hires

100Hires MCP Server

Official
by 100Hires

hires_list_candidates

List and filter candidates by job, stage, email, name, LinkedIn, or creation/update dates. Get paginated results to view and manage applicant data.

Instructions

List candidates with optional filters. Supports filtering by job, stage, email, name, LinkedIn, and date ranges. Returns paginated results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoPlain-text search by name or email. Supports partial matches.
pageNoPage number (1-based).
sizeNoNumber of items per page.
emailNoExact candidate email filter.
job_idNoFilter candidates by job ID.
includeNoComma-separated list of optional related data to include in the response.
linkedinNoSearch by LinkedIn profile URL or alias (e.g. 'johndoe' or full URL).
stage_idNoFilter candidates by pipeline stage ID. Best used together with job_id.
full_nameNoCandidate full-name filter.
company_idNoFilter by company ID. Required only when the API key has access to multiple companies.
created_afterNoReturn only candidates created after this Unix timestamp (seconds).
updated_afterNoReturn only candidates updated after this Unix timestamp (seconds). Useful for incremental sync.
Behavior3/5

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

There are no annotations, so the description bears the burden of disclosing behavioral traits. It explicitly mentions that results are paginated and that filters are optional, which conveys read-only, non-committal behavior. However, it does not mention access-control implications, default pagination sizes, ordering, or whether deleted candidates are excluded. The description is adequate but not rich.

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 long, front-loaded with the primary action, and uses compact language. Every sentence adds information: the first states the resource and optional filtering, the second summarizes filter types and pagination. No filler or redundancy exists.

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 (12 optional parameters, no output schema), the description gives a solid high-level overview of available filters and pagination. It omits some parameter categories (e.g., q, include, company_id) and does not detail the response envelope, but the schema covers these gaps. The description is sufficient for an agent to initiate a candidate list query correctly.

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?

The input schema covers 100% of the 12 parameters with descriptions, so the baseline is 3. The description adds only high-level category grouping (job, stage, email, name, LinkedIn, date ranges) without exposing new semantics beyond the schema. It does not clarify relationships like stage_id with job_id or company_id requirements, which are already documented in 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 a specific action ('List candidates') with a specific resource (candidates) and elaborates on supported filtering capabilities (by job, stage, email, name, LinkedIn, dates). It distinguishes itself from sibling tools that list other entities (e.g., hires_list_jobs, hires_list_applications) by naming the candidate resource and filter variations.

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 to use the tool: whenever a list of candidates with optional filters is needed. It enumerates the filter dimensions, giving the agent a clear sense of supported use cases. However, it does not explicitly state when not to use it or point to alternatives, such as hiring-specific list operations, so it stops short of a perfect 5.

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