Skip to main content
Glama

send_vacancy

Отправить кандидату вакансию — первый шаг, если он вам подходит. В личном режиме кандидат один: параметр candidate указывать НЕ нужно. recruiterContact тоже можно не указывать — подставится ваш email из авторизации. Кандидат получит уведомление и сможет ответить. / Send a vacancy; candidate and recruiterContact are optional here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyYesНазвание компании (для инлайн-отправки; при vacancyId игнорируется)
resumeIdNoID резюме кандидата (из list_resumes). Если не указано — используется primary резюме.
candidateNoSlug кандидата (из search_candidates). В личном режиме не обязательно: отправьте null или не передавайте параметр.
vacancyIdNoid сохранённой вакансии (из list_vacancies). Указан — берётся она + HR-профиль, инлайн-текст игнорируется
vacancyTextYesОписание вакансии до 3000 символов (для инлайн; при vacancyId игнорируется)
recruiterContactNoКонтакт рекрутёра для ответа. Можно не указывать — возьмётся ваш email из авторизации.

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It states that the candidate receives a notification and can respond, and clarifies the fallback behavior for recruiterContact. It does not discuss reversibility or required permissions, but the core side effect of sending a vacancy is clear.

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 main purpose, then gives concise optionality guidance. The bilingual closing sentence is slightly redundant with the Russian details, but the overall length is appropriate and every part contributes useful context.

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 6-parameter tool with no annotations and no output schema, the description provides enough invocation context: purpose, condition for use, and key fallback behavior. It appropriately relies on the 100%-covered schema for parameter details, though it does not describe the response format.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds value by explaining that candidate can be omitted in personal mode and that recruiterContact will fall back to the user's email, which is more meaningful than the schema's field-level descriptions.

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 the action: send a vacancy to a candidate, and frames it as the first step when the candidate is suitable. This distinguishes it from generic messaging tools like message_candidate by naming the specific resource being sent.

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 explicit when-to-use guidance: 'first step if the candidate fits.' It also explains mode-specific behavior, noting that candidate is unnecessary in personal mode and recruiterContact defaults to the authenticated email. It does not name alternative tools or exclusion conditions, but the context is sufficient for selection.

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

A3.9/5.0
Disambiguation5/5

Each tool targets a distinct candidate resource or workflow step: profile, resume, conditions, contacts, FAQ, references, interview, assessment, vacancy matching, and messaging are clearly separated. Even similar get_* tools are differentiated by description, and ask_about_experience is explicitly a targeted query rather than a full document.

Naming Consistency4/5

Most tools follow a clear imperative get_/send_/manage_/match_/message_ pattern, making the set predictable. The exceptions are 'assessment' and 'recruiter_context', which are noun-only names and break the verb-led convention, though the lowercase snake_case style is consistent throughout.

Tool Count5/5

Thirteen tools is well within the ideal range for a recruiting-focused server. Each tool covers a meaningful step in the candidate engagement workflow, from initial context and profile retrieval to vacancy sending, matching, interviewing, and assessment, with no obvious bloat.

Completeness4/5

The core candidate lifecycle is well covered: viewing candidate information, contacting them, sending vacancies, matching against job descriptions, proposing interviews, and managing assessments. Minor gaps exist around post-assessment progression, explicit offer/rejection handling, and broader pipeline or status management, but agents can mostly work around these.

Resources