Skip to main content
Glama
100Hires

100Hires MCP Server

Official
by 100Hires

hires_get_interview

Retrieve full interview details by ID. Optionally include related candidate, application, or job data for comprehensive context.

Instructions

Get full details of a specific interview by ID. Use include to embed related candidate, application, or job data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesInterview ID
includeNoComma-separated related resources to embed: candidate, application, job
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It only states what the tool does ('Get full details') without mentioning response format, authorization needs, error behavior, or any other operational traits. This is a significant gap for a tool with no annotation support.

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 two sentences, front-loaded with the core purpose, and has no redundant or filler content. It is efficient and to the point.

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 simple get-by-ID tool with two parameters and no output schema, the description is reasonably complete. It states that the response contains 'full details' and explains the include option. It could be enhanced with an example response or return format, but it is not critically 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 already provides complete descriptions for both parameters (id and include). The description's mention of 'include to embed related candidate, application, or job data' adds no new semantic information beyond the schema. Baseline 3 applies due to high schema coverage.

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 'Get full details of a specific interview by ID' with a specific verb and resource. It distinguishes from sibling tools like hires_list_interviews by focusing on a single item retrieval.

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 implies usage for retrieving a specific interview by ID and hints at optional embedding with 'include'. It provides clear context but does not explicitly mention alternatives such as list_interviews for fetching multiple interviews.

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/100Hires/mcp-server'

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