Skip to main content
Glama

Get Issue Detail

get_issue
Read-only

Get full detail for one AI-detected issue: every occurrence the AI flagged with timestamps, the sessions behind it, steps to replicate, comments, and any linked external ticket (Linear/Jira).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoWebsite domain to query. Required when using a workspace token unless websiteId is provided.
issueIdYesIssue ID from list_issues
websiteIdNoWebsite ID to query. Required when using a workspace token unless domain is provided.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoThe issue with occurrences, affected sessions, steps to replicate, comments, and external ticket link if any.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so this is marked as a safe read. The description adds value by specifying the response scope—'every occurrence the AI flagged with timestamps, the sessions behind it, steps to replicate, comments, and any linked external ticket'—which goes beyond the generic title. It doesn't contradict annotations, but doesn't describe error behavior or data volume, so it's not a full behavioral picture.

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, well-structured sentence that front-loads the action and resource ('Get full detail for one AI-detected issue') before listing the included contents. It contains zero filler and every clause contributes meaningful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With three parameters fully described in the schema, a read-only annotation, an output schema present, and a precise description of the returned data, an agent has all the information needed to select and call this tool correctly. The only minor omission, error handling when an issue isn't found, is low-stakes for a non-destructive read operation with an output schema.

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%, and each parameter has a meaningful description: issueId is 'Issue ID from list_issues', and domain/weekiteId explain workspace-token requirements. The tool description itself doesn't add any parameter-level semantics, so the baseline of 3 applies because the schema already does the heavy lifting.

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 uses a specific verb ('Get') and explicit resource ('full detail for one AI-detected issue'), then enumerates exactly what that detail includes: occurrences with timestamps, sessions, steps to replicate, comments, and linked external tickets. This clearly distinguishes it from siblings like list_issues (which lists issues) and update_issue_status (which mutates status).

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 phrase 'full detail for one AI-detected issue' clearly implies this tool is for retrieving comprehensive data about a single issue, as opposed to listing issues or updating status. However, the description itself does not explicitly name alternatives or state when not to use it; the schemas parameter description 'Issue ID from list_issues' hints at the intended workflow but is part of the schema, not the description.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation5/5

Each tool serves a distinct purpose: get_* tools cover different analytics dimensions (browsers, cities, countries, etc.) with clear scopes, while issue management and tracking tools are clearly separated. Even get_breakdown is explicitly scoped to dimensions without dedicated endpoints, avoiding overlap.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case (delete_goals, get_overview, track_goal, update_issue_status). Verbs are specific and predictable (get, delete, track, list, update), and there are no naming style mixes.

Tool Count2/5

At 27 tools, the set exceeds the 25-tool threshold considered 'too many.' While the domain is broad (analytics, tracking, issues), many get_* tools could be consolidated into get_breakdown with filter parameters, making the count feel inflated rather than necessarily well-scoped.

Completeness4/5

The tool surface covers the full analytics lifecycle: overview, time series, breakdowns, real-time data, visitor profiles, goal/payment tracking and deletion, plus AI issue listing/detail/status updates. Minor gaps exist (e.g., no update for goals/payments, no explicit list of defined goals), but these are non-critical and don't impair typical workflows.

Resources