Skip to main content
Glama

Trending Products

peerpush_trending
Read-only

Lists software products currently trending on PeerPush over a chosen period (day, week, or month). Relevant when the user asks what tools are popular, hot, or gaining momentum right now. Returns products with recent community momentum - trending badges, rising upvotes, and award winners (Product of the Day/Week/Month).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results
periodNoTrending period to look atweek
categoryNoFilter by category slug

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already communicate read-only behavior, and the description does not contradict that. It adds useful behavioral context beyond the annotations by describing what kind of results are returned: trending badges, rising upvotes, and product award winners over the chosen period. This sets expectations for a list of ranked or signal-bearing products rather than a plain catalog response.

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?

Three short, focused sentences with zero filler: the first states the core operation, the second gives the user-intent trigger, and the third describes the expected result. It is front-loaded and compact.

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?

The tool is simple: 3 optional parameters with complete schema descriptions, no output schema, and a read-only annotation. The description covers what the output generally contains, so the agent has enough context to select and invoke the tool correctly without missing critical behavior.

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 baseline is 3; the parameters themselves are already described well in the schema. The description adds little parameter-specific detail beyond restating the 'period' concept, so no extra compensation is needed but also no added value is provided.

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 uses a specific verb ('lists') and resource ('software products currently trending on PeerPush'), and specifies the period dimension. It also distinguishes the tool from siblings like new_launches by focusing on community momentum, trending badges, rising upvotes, and award winners, so an agent can tell sibling tools apart.

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?

The description explicitly states when to use this tool: when the user asks what tools are popular, hot, or gaining momentum right now. It does not name explicit exclusions or alternatives, but the context is clear enough to route the agent to this tool.

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

A4.1/5.0
Disambiguation4/5

Most tools have clearly distinct triggers, such as compare, trends, deals, and product details. The main ambiguity is between discover and find_product, which both return products based on filters, though their descriptions help steer an agent based on natural language vs. structured browsing.

Naming Consistency4/5

All tool names share the consistent peerpush_ prefix and use lowercase snake_case, making them predictable. Naming style varies slightly between verb-based names (peerpush_compare, peerpush_discover) and noun-based names (peerpush_deals, peerpush_trending, peerpush_product_details), but the pattern remains recognizable.

Tool Count5/5

8 tools is well within the ideal range for a product discovery/catalog server. Each tool covers a distinct product-discovery workflow without unnecessary bloat.

Completeness5/5

The tool surface thoroughly covers the domain: product lookup, recommendation, comparison, alternatives, filtering, deal discovery, new launches, and trending. All core workflows an agent would need are present.

Resources