Skip to main content
Glama
crane-valley

Framedash Game Telemetry MCP Server

by crane-valley

List Alerts

list_alerts

List all alert rules in a Framedash game telemetry project. Use it to review performance, retention, and other alerts, optionally targeting a specific project via project_id.

Instructions

List all alert rules in the project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoOverride the default project ID
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not explicitly state that the operation is read-only, mention any required permissions, or describe the response format. The verb 'List' implies a read operation, but no other behavioral traits are disclosed.

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, concise sentence that gets straight to the point. There is no fluff or redundancy, and it is front-loaded with the action and object.

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?

Given there is no output schema, the description should at least indicate what is returned (e.g., an array of alert rule objects). It also fails to mention how the default project context works. For a simple list tool this is minimal but still leaves ambiguity for an agent.

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%: the only parameter, project_id, has a clear description ('Override the default project ID'). The tool description adds no additional parameter semantics, so the baseline of 3 applies.

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 a specific verb ('List') and resource ('alert rules'), and includes the scope 'in the project'. This distinguishes it from sibling tools like get_alert_history, which would focus on history rather than the rules themselves.

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 usage is implied by the verb and resource—use it when you need alert rules—but there is no explicit mention of when to use it over alternatives or any exclusions. Sibling tools like get_alert_history are not referenced, leaving the differentiation to the description's wording.

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/crane-valley/framedash-mcp-server'

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