Skip to main content
Glama

List tracked products

list_products
Read-onlyIdempotent

The products What's New tracks release notes for, with slugs, categories and platforms. Filter by category and/or a name query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo"popular" ranks by current audience popularity — outside signals (stars, downloads, players) blended with this site's own readers — and answers "what are the most popular software right now?". Default is the curated catalog order (or search relevance when query is set, which ignores sort).
queryNoFilter by name, e.g. "terminal" or "jetbrains".
categoryNoLimit results to one product category.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYesMatches before the cap.
productsYes
returnedYes
truncatedNo

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds minimal context about the output contents (slugs, categories, platforms), but since an output schema exists, this is redundant. It does not disclose additional behavioral detail such as sorting behavior or pagination, and does not contradict 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 two sentences, front-loaded with the core purpose and then a concise note on filtering. Every word earns its place, with no fluff or repetition of the tool name or schema details.

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?

Given the tool's simplicity, full schema descriptions, annotations, and an output schema, this description is complete enough. It clearly frames the resource and basic filtering, and the output schema handles return value details. No critical gaps remain.

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 coverage is 100% with detailed descriptions for all three parameters (sort, query, category). The description only mentions 'category and/or a name query', which is a subset of the parameters and adds no additional semantic meaning beyond what the schema already provides. Baseline 3 is appropriate.

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 this tool lists the products that What's New tracks release notes for, with slugs, categories, and platforms. The verb 'list' plus the resource scope distinguishes it from sibling tools like search_releases and whats_new.

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 gives filter instructions ('Filter by category and/or a name query') but does not explicitly say when to use this tool versus alternatives like search_releases or whats_new. Usage is implied by the purpose, so it falls at 'implied usage' rather than explicit guidance.

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