Skip to main content
Glama
vitalypanait

sentry-self-hosted-mcp

by vitalypanait

get_latest_event

Fetch the last event for a Sentry issue by its numeric or short ID to examine stack traces and error details.

Instructions

Get the latest event for a Sentry issue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_idYesSentry issue ID (numeric) or short ID
Behavior2/5

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

There are no annotations, so the description must carry the burden of disclosing behavior. It only states that it retrieves an event, with no mention of return format, ordering guarantees beyond 'latest', or any side effects. This is minimal disclosure for an unannotated tool.

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, focused sentence with no redundancy or padding. It is front-loaded with the action and resource.

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 one-parameter read tool, the description communicates the core purpose and the schema covers the input. However, it lacks behavioral details and fails to distinguish itself from the get_event sibling, making it adequate but not fully complete.

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?

The input schema documents the parameter with 100% coverage, including its type and meaning. The description adds no additional parameter information, so the schema does the heavy lifting; baseline 3 is appropriate.

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 ('Get') and resource ('latest event for a Sentry issue'), clearly stating the tool's scope. It distinguishes from get_event by specifying 'latest', but doesn't explicitly name the sibling alternative, so it lacks full differentiation.

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 a use case (wanting the most recent event for an issue) but provides no explicit context, exclusions, or alternative tool guidance. With siblings like get_event available, the description would benefit from a note on when to choose this over others.

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/vitalypanait/sentry-self-hosted-mcp'

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