Skip to main content
Glama

List Atera alerts

atera_alerts_list
Read-onlyIdempotent

Retrieve Atera alerts in paginated batches. Use page and itemsInPage parameters to control output size and navigate through alert records.

Instructions

List Atera alerts with pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
itemsInPageNo
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The description adds only the pagination behavior, which is marginally useful but largely redundant with the page/itemsInPage parameters in the schema. No additional context about defaults, ordering, or filtering is provided.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with zero wasted words and front-loads the core action. It is appropriately sized, though its brevity borders on under-specification rather than deliberate conciseness.

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?

For a simple list operation with strong annotations and only two optional params, the description is minimally adequate. However, without an output schema or any mention of what the returned alerts contain, and with no sibling differentiation, an agent gets just enough to attempt the call but not enough to be confident about the response or when this tool is preferred.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description bears full responsibility for explaining the two parameters, but 'with pagination' is the only hint. The parameter names (page, itemsInPage) are somewhat self-explanatory, yet the description does not clarify semantics like 1-based indexing, the 100-item cap, or how they interact.

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 uses a specific verb ('List') and resource ('Atera alerts'), making the tool's function immediately clear. The resource name itself differentiates it from siblings like atera_tickets_list or atera_agents_list, though it does not explicitly name a sibling or scope distinction.

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 no guidance on when to use this tool versus alternatives like atera_tickets_list or atera_health_check. There are no stated conditions, exclusions, or mentions of sibling tools, leaving the agent to infer usage solely from the resource name.

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/Oleksandr-Kliuiev/atera-mcp'

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