Skip to main content
Glama

get_event

Read-onlyIdempotent

Retrieve event details from Bugsink, including summary, frames, exceptions, breadcrumbs, stacktrace, or raw payload. Opt-in for raw or stacktrace to access sensitive data; vendor frames excluded by default.

Instructions

Get a compact event summary, or paginate frames, exceptions, breadcrumbs, rendered stacktrace, or raw payload. Raw and stacktrace are explicit opt-ins that may expose secrets and attacker-controlled text. Laravel vendor frames are excluded from structured frames by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo
sectionNosummary
event_idYes
max_charsNo
include_sourceNo
application_onlyNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

B3.1/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds valuable behavioral caveats about secrets and attacker-controlled text in raw/stacktrace sections, and the default exclusion of Laravel vendor frames.

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 brief, well-structured, and contains no redundant information. It communicates the core behavior and key warnings in two compact sentences.

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 the lack of parameter descriptions and output schema, the description is not fully complete. It explains high-level capabilities and warnings but omits pagination details, parameter semantics, and return behavior.

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

Parameters1/5

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

Schema description coverage is 0% and the description does not compensate. Most parameters (limit, cursor, max_chars, include_source, application_only) are unexplained, and only some section enum values are mentioned.

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 tool's purpose with a specific verb ('Get') and identifies the resource (event) and the selectable sections. It distinguishes the general event retrieval from more focused tools like get_event_stacktrace, though not by name.

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 does not explicitly say when to use this tool versus sibling tools such as get_event_stacktrace or get_latest_event_stacktrace. It provides some usage hints (raw/stacktrace are opt-ins, vendor frames excluded) but lacks direct alternative guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/rexlManu/bugsink-mcp'

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