Skip to main content
Glama
theYahia

HuntFlow MCP Server

by theYahia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoПорт HTTP-сервера (по умолчанию 3000)
HUNTFLOW_TOKENYesAPI токен (Настройки → API)
HUNTFLOW_BASE_URLNoБазовый URL API, по умолчанию https://api.huntflow.ru/v2

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_accountsC

Список доступных аккаунтов HuntFlow.

list_vacanciesC

Список вакансий в HuntFlow (по умолчанию открытые).

search_applicantsB

Поиск кандидатов по имени/email/телефону и фильтрам (вакансия, этап, тег).

list_vacancy_applicantsC

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

get_applicant_resumesC

Резюме кандидата (все прикреплённые external).

list_stagesD

Этапы воронки подбора (статусы вакансий).

list_coworkersC

Сотрудники/рекрутеры аккаунта.

list_sourcesC

Справочник источников кандидатов.

list_rejection_reasonsD

Справочник причин отказа.

list_divisionsB

Справочник подразделений (отделов).

list_tagsD

Справочник тегов аккаунта.

get_vacancyC

Полная информация о вакансии.

get_applicantC

Полная информация о кандидате.

get_resumeB

Полное тело конкретного резюме (external) кандидата.

Prompts

Interactive templates invoked by user choice

NameDescription
skill-applicantsКандидаты на вакансию — показать всех кандидатов, прикреплённых к указанной вакансии.
skill-vacancy-statsСтатистика по вакансии — воронка, сроки, конверсия.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.8/5.0

Scored across 14 tools

Disambiguation5/5

Each tool has a clear, unique purpose covering vacancies, applicants, resumes, and reference data with no overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., get_vacancy, list_tags, search_applicants), making them predictable and readable.

Tool Count5/5

14 tools is within the recommended 3-15 range and appropriate for the breadth of recruitment data exposed; no redundant or unnecessary tools.

Completeness2/5

The toolkit is entirely read/search/list-oriented; it lacks write operations such as creating or updating applicants/vacancies, changing statuses, or adding notes, which are core to a recruitment workflow.

Maintenance

ActivityMaintained
ResponsivenessNo issues