Skip to main content
Glama

LinkedIn: Recruiter get applicant

linkedin_recruiter_get_applicant
Read-onlyIdempotent

Get one Recruiter applicant. Required chain: list/select Hiring Project -> project.id -> list applicants -> applicant.id. applicant_id is scoped to the selected project context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idNoOptional Nilyo connection ID (unipile_account_id from list_connected_accounts). Omit when the user has one account for this provider. When several exist, Nilyo never guesses: list them (display name, identifier, provider user ID), choose the one the user named or ask, and pass its ID here.
project_idYesExact LinkedIn Recruiter Hiring Project ID from linkedin_recruiter_list_projects. Never pass project name.
applicant_idYesExact applicant profile ID returned by the corresponding applicants listing. Keep it paired with the Classic job_id or Recruiter project_id that produced it.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

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, destructiveHint=false, and idempotentHint=true, covering the safety profile. The description adds useful context beyond annotations: the dependency on prior steps and the scoping of applicant_id. It does not contradict annotations and adds value by explaining the prerequisite chain, which is not present in structured fields.

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 three short sentences with no filler. It front-loads the core purpose and then provides the chain and scoping constraint. Every sentence adds necessary information, and it is appropriately sized for the tool's simplicity.

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 simplicity, the description covers the essential usage: the chain and scoping. There is no output schema, but the description implies a single applicant is returned. It does not explicitly state the return format, but that is minor given the read-only nature and the clear purpose. Overall, it is complete enough for an agent to call 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?

Schema description coverage is 100%, with each parameter already described in detail. The description adds only a marginal clarification that applicant_id is scoped to the project context, which is also implied in the schema. Thus it does not significantly enhance understanding beyond the schema, so the baseline of 3 is appropriate.

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 and resource: 'Get one Recruiter applicant.' It clearly indicates this is a single-applicant retrieval, distinguishing it from list-applicant tools. It also conveys the required context chain, making the purpose unambiguous even among many LinkedIn sibling tools.

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 provides an explicit required chain: list/select Hiring Project -> project.id -> list applicants -> applicant.id. It clarifies that applicant_id is scoped to the project context. It does not explicitly mention when not to use this tool or name alternatives like linkedin_recruiter_list_applicants, but the chain implies it is for a single already-listed applicant, which is sufficient guidance.

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.