Skip to main content
Glama
Gaivoronsky

huntflow-mcp

by Gaivoronsky

get_applicant_resume

Retrieve a specific applicant's resume (CV) with body using account, applicant, and external resume IDs.

Instructions

Applicant resume (CV) with body. external_id is taken from get_applicant → external[].id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYesHuntFlow account ID
external_idYesResume ID (external). Taken from get_applicant → external[].id
applicant_idYesApplicant ID
Behavior3/5

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

No annotations provided. Description adds that the tool returns the resume body, but does not disclose any further behavioral traits such as authorization needs or response format.

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?

Two sentences, no redundancy, front-loaded with the core purpose and a key usage hint.

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 no output schema, the description mentions the resume includes a body, providing some expectation of return value. Could be more explicit about the returned data structure, but adequate for a simple retrieval tool.

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 coverage is 100% with descriptions for all parameters. The tool description repeats the schema's instruction for external_id, adding no new parameter-level information beyond what the schema already provides.

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?

Description clearly states it retrieves an applicant resume/CV with its body, and provides a specific source for the external_id, distinguishing it from sibling tools like upload_resume.

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?

Explicitly states that external_id comes from get_applicant, implying a prerequisite call. However, it does not explicitly list when to use vs alternatives.

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