Skip to main content
Glama
HieuAnh87

selfhosted-sentry-mcp

by HieuAnh87

list_error_events

Search and list error events in a Sentry project without needing the issue ID. Filter by query, limit results, and paginate through events.

Instructions

List error events in a project. Search across all events without knowing the issue ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fullNoInclude full event details (default: false).
limitNoMax events (1-100, default: 25).
queryNoSentry search query.
cursorNoPagination cursor.
project_slugYesThe slug of the project.
Behavior2/5

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

No annotations are provided, so the description carries full burden. The description is minimal and does not disclose behavioral traits beyond listing, such as read-only nature, pagination behavior, or rate limits. Schema covers parameters but not overall behavior.

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 extremely concise with two sentences: first states purpose, second adds differentiator. No wasted words.

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?

Without an output schema, the description should explain what the tool returns. It does not. Additionally, it lacks handling of edge cases, usage examples, or behavior clarification, making it incomplete for a tool with 5 parameters.

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 baseline is 3. The description does not add any meaning beyond the schema; it doesn't explain how parameters interact or provide context for their use.

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?

Clearly states it lists error events in a project, and adds the key differentiator 'Search across all events without knowing the issue ID,' which distinguishes it from siblings like list_issue_events.

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

Usage Guidelines4/5

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

The description explicitly states when to use: when you need to search across all events without an issue ID. While it doesn't mention when not to use or name alternatives, the context is clear and helpful.

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/HieuAnh87/sentry-selfhosted-mcp'

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