Skip to main content
Glama

Search products and release notes

search_releases
Read-onlyIdempotent

Full-catalog search across product names and release history. Returns matching products and releases with permalinks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch products and release notes. At least 2 characters.
categoryNoLimit results to one product category.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoPresent when nothing matched.
queryYesThe query as searched — trimmed and capped.
categoryNoLimit results to one product category.
productsYes
releasesYes

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, indicating a safe read operation. The description adds context about full-catalog scope and permalink returns, which is useful but limited. 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?

Two short sentences, front-loaded with the core purpose and a clear return value. No fluff or unnecessary detail.

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?

For a search tool with an output schema present, the description covers scope and return values. It does not mention sorting or pagination, but these are likely covered by the output schema or are not essential for initial selection.

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%, so the schema fully documents query (search products/release notes, min 2 chars) and category (optional limit). The description adds no additional parameter meaning beyond what the schema provides.

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 it performs a full-catalog search across product names and release history, with a specific return of matching products and releases with permalinks. This distinguishes it as the search tool compared to siblings list_products and whats_new, which likely list or surface recent items.

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?

No explicit guidance on when to use this tool versus list_products or whats_new. The purpose is clear, but the description does not mention alternatives or exclusions, so usage is implied rather than stated.

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.9/5.0
Disambiguation4/5

Each tool targets a distinct purpose: listing products, searching releases, and retrieving a product's latest releases. The overlap between search_releases and whats_new is manageable because descriptions clarify search vs. product-specific retrieval.

Naming Consistency3/5

Two tools follow the verb_noun pattern (list_products, search_releases), but 'whats_new' breaks the pattern with a noun-phrase name. While readable, the inconsistency in naming style is noticeable.

Tool Count5/5

Three tools is well-scoped for a release-notes tracking server. Each tool covers a distinct need without unnecessary bloat, and the count falls within the ideal 3-15 range.

Completeness5/5

The server covers the core read-only operations: discovering products, searching across release history, and getting a specific product's newest releases. No obvious gaps exist for its stated purpose, as it does not require write operations.

Resources