Skip to main content
Glama
100Hires

100Hires MCP Server

Official
by 100Hires

hires_list_messages

List outgoing messages from a mail account, with filters for status and date range. Use it to monitor cold outreach campaigns, check pending sends, and review delivery history.

Instructions

List messages sent or scheduled from a specific mail account. Returns outbound messages only (sent and scheduled), not received. Useful for monitoring cold outreach campaigns — check pending queue, delivery history, and plan next sends.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based). Default: 1.
sizeNoNumber of items per page (1-100). Default: 20.
statusNoFilter by message status: `scheduled` (pending send), `sent` (delivered), `all` (both). Default: `all`.
date_toNoEnd of period (unix timestamp, seconds). Filters on scheduled/sent time.
date_fromNoStart of period (unix timestamp, seconds). Filters on scheduled/sent time.
from_account_idYesID of the mail account (from `GET /companies/mail-accounts` or `GET /users/{user_id}/mail-accounts`).
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states that it returns 'outbound messages only (sent and scheduled), not received,' which is a key behavioral trait. It also hints at use cases (pending queue, delivery history) that inform the agent about the data's nature. However, it does not mention pagination limits or response structure, but these are partially covered by the schema parameters.

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 primary action and scope. It is concise with no filler, and the second sentence adds practical usage context without unnecessary detail.

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 there is no output schema and no annotations, the description does a good job indicating what the tool returns (outbound messages) and the context (cold outreach monitoring). It does not explain the response format, but for a list operation with well-described parameters, this is sufficient. The description covers the key aspects of what and why, making it complete enough for most use cases.

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 has 100% parameter description coverage, so the baseline is 3. The description adds no extra semantic meaning beyond what the parameter descriptions already provide. It references the 'mail account' concept, aligning with from_account_id, but does not enhance understanding of pagination or filters beyond the schema.

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's function: 'List messages sent or scheduled from a specific mail account.' It specifies the resource (messages), the action (list), and the scope (outbound from a mail account), which distinguishes it from sibling tools like hires_list_candidate_messages that likely focus on candidate-specific messages.

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 practical context: 'Useful for monitoring cold outreach campaigns — check pending queue, delivery history, and plan next sends.' This implies when to use the tool, though it does not explicitly mention alternatives or exclusions. The use case is clear enough for an agent to decide when this tool is appropriate.

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