Skip to main content
Glama
100Hires

100Hires MCP Server

Official
by 100Hires

hires_list_notes

Retrieve paginated discussion notes for a candidate to maintain shared recruiter context and synchronize timeline updates.

Instructions

List notes by candidate. Returns paginated discussion notes for a candidate. Use for shared recruiter context and timeline synchronization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
sizeNoPage size
includeNoInclude related resources, e.g. 'user' for author details
candidate_idYesCandidate ID (numeric) or alias
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses pagination ('Returns paginated discussion notes') and the type of notes ('discussion notes'), but it does not mention read-only nature, authorization requirements, or response structure. This is adequate but not rich.

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 long, front-loads the core function, and adds a use case in the second sentence. Every word earns its place with no redundancy.

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 list tool with no output schema, the description adequately covers the purpose, pagination, and use case. It doesn't detail the response shape, but that is a minor gap given the straightforward nature of the operation.

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 description coverage is 100%, so the baseline is 3. The description adds minimal parameter context beyond the schema, but it does link 'candidate_id' to the primary purpose. It doesn't explain 'include' or pagination parameters beyond what the schema already states.

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 the tool lists notes by candidate, using the specific verb 'List' and resource 'notes'. It differentiates from sibling tools like hires_get_note (single note) and hires_create_note (creation), and the phrase 'by candidate' specifies the filtering scope.

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 provides clear usage context: 'Use for shared recruiter context and timeline synchronization.' This implies when to use it, but it does not explicitly mention alternatives or when not to use it, so it falls short of a 5.

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