Skip to main content
Glama

Mark project alerts read

mark_project_alerts_read

Mark every firing alert in a project as read for the entire project team. Resolve outstanding alert notifications by clearing unread states across all team members with a single call.

Instructions

Mark every firing alert in the project as read for the whole project team.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesIdentifier of the bisibility project to operate on; list_projects returns valid project ids.
idempotency_keyNo
Behavior3/5

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

Annotations provide some safety signal (destructiveHint=false, readOnlyHint=false). The description adds the team-wide scope ('whole project team') and confirms this affects all firing alerts, which is useful behavioral context. However, it doesn't disclose whether this is reversible, whether it requires permissions, or what the confirmation/return looks like for a tool with a team-wide effect.

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?

A single tight sentence that conveys the action, scope, and team-wide effect with zero waste. Efficient and readable.

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 bulk mutation tool with no output schema and no idempotency_key documentation, the description could do more. It explains the team-wide effect which is the key distinguishing trait, but doesn't cover confirmation behavior, reversibility, or the role of idempotency. Adequate for the tool's simplicity but with gaps.

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

Parameters4/5

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

Schema coverage is 50% (one of two params documented). project_id is well-documented with format, pattern, and provenance (list_projects). The description doesn't elaborate on idempotency_key, but that param's purpose is somewhat self-evident. The description clarifies 'every firing alert' scope which helps parameter interpretation.

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 action (mark alerts as read), the resource (project alerts), and the scope (every firing alert, whole team). It distinguishes reasonably from sibling tools like list_triggered_alerts and mute_triggered_alert, though it doesn't explicitly differentiate them.

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 implies this is a bulk operation affecting the entire team, but doesn't explicitly say when to use it vs mute_triggered_alert (which is per-alert muting) or list_triggered_alerts for review. No explicit when-not or alternatives given, though the team-wide scope hints at usage context.

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/CorgiCorner/bisibility-mcp'

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