Skip to main content
Glama

search

Read-onlyIdempotent

Search ideas using full-text indexing with BM25 ranking. Returns matching snippets and scores, with filters for scope, archived status, and checkpoints.

Instructions

Full-text search ideas with FTS5 + bm25 ranking. Returns snippet, score, and id. Scope-optional; archived excluded by default. By default excludes kind='checkpoint' rows; pass include_checkpoints=True to include them. query_mode (default 'auto') controls how query is interpreted: 'auto' tokenizes and quotes the query so hyphens, colons, asterisks and other FTS5 operators are treated as content (use this when searching for kebab-case identifiers like task_refs or branch names); 'raw' passes the query through unchanged for FTS5 phrase, NEAR, or column-qualified syntax and raises a loud error on syntax failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
scopeNo
sinceNo
limitNo
include_archivedNo
include_checkpointsNo
query_modeNoauto

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds valuable context: it explains the ranking method, default exclusions (archived, checkpoints), query_mode behavior including error raising on syntax failure in 'raw' mode. No contradictions with annotations.

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 concise (about 150 words) and front-loaded with the core purpose. Each sentence adds essential information: search technology, return values, scope, exclusions, query_mode details. No redundancy or fluff.

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?

Given the complexity (7 parameters, 0% schema coverage) and presence of an output schema, the description covers key behaviors (ranking, returns, exclusions, query modes). It omits details on sorting and precise parameter formats, but the output schema can supplement return information. Overall, it provides sufficient context for an agent to use the tool effectively.

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?

With 0% schema description coverage, the description must compensate, and it does significantly. It explains the purpose of include_archived, include_checkpoints, and query_mode, along with detailed behavior for 'auto' vs 'raw'. However, it does not detail the expected format of 'query' or 'since', leaving some ambiguity for those parameters.

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 tool performs full-text search on ideas with specific technology (FTS5 + bm25 ranking) and returns snippet, score, and id. It distinguishes from siblings like 'list' or 'get' by focusing on search. The verb+resource combination is specific and unambiguous.

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 provides context on parameter usage (e.g., scope optional, archived excluded by default, include_checkpoints) but does not explicitly contrast with sibling tools or state when not to use it. The guidance is implied through parameter descriptions but lacks direct alternative recommendations.

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/CobraChickenAI/ideahub_mcp'

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