Skip to main content
Glama
100Hires

100Hires MCP Server

Official
by 100Hires

hires_list_company_id_mail_accounts

List mail accounts for all users in a specific company, provided the company is accessible as your own or a client. Get complete account details in one call.

Instructions

List all mail accounts for all users in a specific company. The company must be accessible (own company or a client).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCompany ID
pageNoPage number (default 1)
sizeNoPage size (default 25)
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. It reveals an access constraint (company must be own or client) and clarifies the scope (all users in the company). However, it does not mention pagination, error handling, or what happens if the company is not accessible, which would be valuable for a list operation.

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 a single, clear sentence that is front-loaded with the primary action. No wasted words, and it includes a critical constraint without verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is a simple list operation with three parameters and no output schema. The description provides essential context (company accessibility and scope) but lacks details about response format, pagination behavior, or error cases. Given the sibling ambiguity, a bit more context would improve completeness, but it meets the minimum viable threshold.

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 context about the 'id' parameter being a company that must be accessible, but this is marginal. It does not explain the 'page' or 'size' parameters beyond the schema, which is acceptable since the schema already covers them.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists all mail accounts for all users in a specific company, which is a specific verb and resource. However, it does not explicitly differentiate from the similarly named sibling tool 'hires_list_company_mail_accounts', so it misses some sibling differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a prerequisite (company must be accessible) but gives no explicit guidance on when to use this tool versus alternatives like 'hires_list_user_mail_accounts' or 'hires_list_company_mail_accounts'. No exclusions or alternative scenarios are mentioned.

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