Skip to main content
Glama

get_candidate

Get one candidate. Candidates with placements and stage information. Use created_after for server-side created-date filtering; use candidate_search filters_json for last_activity_at or updated_at searches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYescandidate ID.
includeNo
query_jsonNoAdditional documented query parameters, including bracketed filter keys.
path_paramsNoValues for path placeholders such as {id} in a write operation.
detail_profileNooperational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields.operational

TDQS

A3.9/5.0
Behavior2/5

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

No annotations are provided, and the description only implies a read operation. It does not disclose error handling, rate limits, authentication needs, or side effects, leaving significant gaps for an agent's decision-making.

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 concise sentences that front-load the core purpose and immediately provide actionable filtering advice, with no wasted words.

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?

Given no output schema, the description partially explains return data (placements and stage info) but omits error conditions, pagination (if any), and other response details, making it adequate but not comprehensive.

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?

With 80% schema coverage, the description adds concrete examples (created_after, filters_json) that clarify the vague query_json parameter, providing value 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 explicitly states 'Get one candidate' and adds that it returns placements and stage information, clearly distinguishing it from list tools like list_candidates.

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?

Provides actionable guidance on using 'created_after' and 'candidate_search filters_json' for date filtering, though it does not explicitly contrast with sibling tools for when to choose this over others.

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

B3/5.0
Disambiguation3/5

Tools are mostly distinct, but the generic api_request overlaps with all specific CRUD tools, and list_candidate_search is confusingly named and may overlap with list_candidates. Some ambiguity exists.

Naming Consistency4/5

Most tools follow a verb_noun snake_case pattern (e.g., create_candidate, get_admin), but api_request deviates as noun_noun and list_candidate_search uses a non-standard noun phrase. Overall mostly consistent.

Tool Count5/5

17 tools cover a reasonable scope for an ATS integration, including candidates, openings, admins, and supporting entities. The count feels appropriate and not overwhelming.

Completeness3/5

The surface covers core CRUD for candidates and openings, but lacks update/delete operations, notes management beyond listing, and stage management. The generic api_request tool can compensate, but the dedicated tool set has notable gaps.

Resources