Skip to main content
Glama
Gaivoronsky

huntflow-mcp

by Gaivoronsky

create_applicant

Create an applicant card with required first and last name. Add optional contact details, resume text, or file attachments. The response indicates if a duplicate was created.

Instructions

Create an applicant card (WRITE operation: POST /applicants). first_name+last_name are required. Resume — as text (externals[].data.body) and/or file IDs from upload_resume. Repeating creates a DUPLICATE (no idempotency) — check doubles[] in the response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteNoSites/links
emailNoEmail
moneyNoSalary expectations as a string, e.g. "200000 RUB"
phoneNoPhone
photoNoID of the uploaded photo (from upload_resume → id)
socialNoSocial networks/messengers
companyNoCurrent/last company
birthdayNoDate of birth ISO YYYY-MM-DD (single field, NOT day/month/year)
positionNoDesired position
externalsNoApplicant's resume (text and/or file IDs)
last_nameYesLast name (required)
account_idYesHuntFlow account ID
first_nameYesFirst name (required)
middle_nameNoMiddle name
Behavior4/5

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

With no annotations provided, the description discloses key behavioral traits: it's a write operation, creates duplicates on repeat calls (no idempotency), and the response includes a 'doubles[]' array. This goes beyond minimal requirements given the lack of annotations.

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 concise sentences covering purpose, required fields, resume integration, and duplicate behavior. It is front-loaded with the core action and contains no redundant or irrelevant information.

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 14 parameters, full schema coverage, and no output schema, the description sufficiently covers key aspects: required fields, resume handling, and duplicate detection. Minor gap: it doesn't describe the full response structure beyond 'doubles[]', but this is acceptable for a create tool with a well-documented schema.

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 baseline is 3. The description adds value beyond schema by explaining how to provide resume text (externals[].data.body) and file IDs (from upload_resume), highlighting non-idempotency, and directing attention to 'doubles[]' in the response. This clarifies usage patterns not obvious from schema alone.

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 the tool creates an applicant card via POST /applicants, specifying it as a WRITE operation. It clearly distinguishes from sibling tools (list, search, get, update) by being the only creation endpoint for applicants.

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 lists required fields (first_name, last_name) and explains resume handling via text and file IDs. It warns about duplicate creation and mentions checking the 'doubles[]' response field. While it doesn't explicitly state when not to use it, as the sole applicant creation tool, the context is clear.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gaivoronsky/huntflow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server