Skip to main content
Glama
HyrosOG

Hyros MCP

by HyrosOG

Get Calls

hyros_get_calls
Read-only

Retrieve call records filtered by date, email, qualification status, or call state. Helps businesses with phone sales teams analyze call data.

Instructions

Retrieve call records from Hyros. Useful for businesses with phone sales teams. Filter by date, email, qualification status, or call state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNoComma-separated call IDs (max 50)
stateNoFilter by call state
emailsNoComma-separated emails (max 50)
pageIdNoPagination page ID
toDateNoEnd date in ISO 8601 format
leadIdsNoComma-separated lead IDs (max 50)
fromDateNoStart date in ISO 8601 format
pageSizeNoResults per page (1-250)
qualifiedNoFilter by qualification status
productTagsNoComma-separated product tags (max 20)
Behavior2/5

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

Annotations already indicate readOnlyHint=true, so the description carries a lower burden. However, it merely restates filterable fields from the schema and adds no new behavioral details like pagination behavior, rate limits, or default result ordering.

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, each providing value: the first states the core purpose, the second adds context and filter hints. No redundant or extraneous content.

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

Completeness2/5

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

Despite 10 optional parameters and no output schema, the description omits critical details like pagination (pageId, pageSize), default behavior when no filters are applied, and the return format. This inadequately prepares an agent for effective use.

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%, providing baseline of 3. The description groups parameters by category (date, email, qualification, call state) but does not add syntactic or relational meaning beyond the schema's individual descriptions.

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 verb 'retrieve' and resource 'call records', distinguishing it from sibling tools like hyros_get_leads or hyros_get_sales. The additional context about phone sales teams reinforces the tool's domain.

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

Usage Guidelines3/5

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

The description provides a usage hint ('useful for businesses with phone sales teams') and lists filter options, but does not explicitly state when to avoid this tool or suggest alternative tools among the many siblings.

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/HyrosOG/Hyros-MCP'

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