Skip to main content
Glama

Semantic issue search

mantis_search_issues
Read-onlyIdempotent

Search issues by natural-language meaning to identify duplicate or similar incidents. Requires a rebuilt search index.

Instructions

Search issues by natural-language meaning (not keywords), useful to find similar/duplicate incidents. The index must be built first with mantis_rebuild_search_index. Without "select" only id+score are returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesNatural-language query.
top_nNoResults to return (default 10, max 50).
selectNoComma-separated fields to fetch per result, e.g. "id,summary,status,handler".
highlightNoIf true, add a "highlights" field with query terms bolded.
created_afterNoISO-8601 timestamp — only issues created strictly after this.
updated_afterNoISO-8601 timestamp — only issues updated strictly after this. Example: "2026-03-25T00:00:00Z"
created_beforeNoISO-8601 timestamp — only issues created strictly before this.
updated_beforeNoISO-8601 timestamp — only issues updated strictly before this.
Behavior4/5

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

Adds value beyond annotations by noting the index dependency and default output behavior (only id+score without 'select'). No contradictions with annotations (readOnly, idempotent, not destructive). Could mention error handling for missing index.

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?

Two concise sentences that front-load the purpose and immediately follow with critical usage details. No wasted words. Every sentence earns its place.

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

Completeness4/5

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

Explains prerequisite and default returns. For an 8-parameter tool without output schema, this covers key context. Lacks details on result format or pagination, but acceptable given the tool's nature.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. Description adds context: natural-language query interpretation, default output constraints, and the 'select' parameter's effect. This extra information justifies a 4.

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?

Description clearly specifies verb ('Search'), resource ('issues'), and method ('by natural-language meaning'), differentiating from keyword-based siblings like mantis_get_issues or mantis_list_issues. It also highlights the use case ('find similar/duplicate incidents').

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?

States when to use (natural-language meaning, duplicates) and prerequisite (index must be built first). Does not explicitly list when not to use, but the context implies it's not for exact keyword searches. Could be improved with direct comparison to sibling search tools.

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/gcorroto/mcp-mantis'

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