Skip to main content
Glama

search_issues

Search incident issues using filters for text, kind, status, or severity to locate relevant incidents.

Instructions

Search incident issues by text, kind, status, or severity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo
limitNo
queryNo
statusNo
severityNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

The term 'Search' suggests a read-only operation, and no destructive behavior is indicated. However, without annotations or additional detail, the agent is not told whether results are ordered, paginated, filtered by default, or limited in any other way.

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, direct sentence with no redundant content. It front-loads the action and resource, then lists the search dimensions clearly.

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?

For a tool with five parameters and no parameter descriptions or annotations, the one-sentence description leaves significant gaps. It does not explain possible field values, output shape, default behavior, or common usage context beyond the bare search action.

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

Parameters2/5

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

The schema provides no descriptions or enums for any of the five optional parameters. The description names kind, status, and severity as filters, but does not explain accepted formats, how 'query' maps to text search, or how 'limit' behaves. The agent must guess at parameter semantics.

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 clearly states the verb 'Search', the resource 'incident issues', and the main criteria: text, kind, status, or severity. It is specific enough to distinguish this tool from siblings like get_issue, issue_stats, and create_issue.

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 identifies the general purpose and searchable fields, but it does not explicitly state when to prefer search_issues over get_issue or issue_stats, nor does it mention narrowing criteria or edge cases. Some inference is required.

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/ali-cabukel/klaxon'

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