Skip to main content
Glama
theYahia

HuntFlow MCP Server

by theYahia

list_vacancy_applicants

Retrieve candidates attached to a specific vacancy. Filter by recruitment stage and control results with pagination.

Instructions

Кандидаты, прикреплённые к конкретной вакансии.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoВернуть полный сырой ответ без курирования
pageNoНомер страницы (с 1)
countNoКол-во на странице (макс 100)
statusNoФильтр по ID этапа подбора
account_idYesID аккаунта HuntFlow
vacancy_idYesID вакансии

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
countNo
itemsNo
totalNo
total_itemsNo
next_page_cursorNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.1.1

TDQS

C2/5.0
Behavior1/5

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

The description provides no information about side effects, pagination, filtering, or output format. With no annotations, this leaves the agent uninformed about behavioral aspects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely brief, consisting of a single noun phrase. While concise, it lacks essential verbs and clarifiers, making it under-informative rather than effectively concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description fails to mention that the tool supports pagination (page, count), filtering by status, and raw output. Given the tool's moderate complexity, this information is necessary for correct usage, and its absence makes the description incomplete.

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 schema descriptions cover all six parameters with clear definitions. The tool description adds no additional context about parameters, so it neither improves nor detracts from the schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Candidates attached to a specific vacancy' identifies the resource (candidates) and scope (vacancy) but does not explicitly state the action (list/get). This makes it somewhat clear but relies on the tool name to infer the operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like search_applicants. The description lacks any conditional usage instructions.

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