Skip to main content
Glama
am3cramirez

saas-alerts-mcp

by am3cramirez

saas_alerts_events_query

Read-onlyIdempotent

Retrieve paginated security events from SaaS Alerts using filters for date range, severity, user, and more.

Instructions

Query security events from SaaS Alerts with optional filters. Returns a paginated list of events matching the specified criteria.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNoOffset for pagination
sizeNoMaximum results to return (default 50)
end_dateNoEnd of range — ISO-8601 timestamp or epoch ms (inclusive)
time_sortNoSort direction on event timestamp
event_typeNoFilter by one or more event types
start_dateNoStart of range — ISO-8601 timestamp or epoch ms (inclusive)
user_emailNoFilter by user email (UPN)
customer_idNoFilter by SaaS Alerts customer ID
alert_statusNoFilter by alert severity
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that the result is a paginated list and that filters are optional, which is useful but not rich—it doesn't mention behavior like default limit, sorting, or error conditions. Since annotations carry the main burden, a score of 3 is appropriate.

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 concise sentences with no filler. It front-loads the purpose and immediately states the return type. Every word earns its place.

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 has 9 parameters, no output schema, and several closely related sibling tools (query_advanced, count, scroll). The description mentions pagination and filters but does not explain the return structure or differentiate from siblings. It is adequate but incomplete for a tool with this complexity and context.

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 all parameters are already documented in the input schema. The description does not add extra meaning beyond the generic 'optional filters' and 'paginated list', which doesn't elaborate on specific parameter semantics. Baseline 3 is correct.

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 states a clear verb ('Query') and resource ('security events from SaaS Alerts'), which makes the purpose obvious. However, it does not distinguish this tool from sibling tools like `saas_alerts_events_query_advanced` or `saas_alerts_events_scroll`, so it misses the top score.

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 gives no guidance on when to use this tool versus alternatives such as the advanced query, count, or scroll tools. It only says 'with optional filters' and 'paginated list', which implies usage for listing events but does not exclude or explain when a different tool would be preferable.

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/am3cramirez/saas-alerts-mcp'

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