Skip to main content
Glama

get_trending_topics

List topic counts from the compatibility sample source; these are not current engagement rankings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries full responsibility. It discloses a key behavioral trait: the data is from a compatibility sample and not reflective of current engagement. It does not mention rate limits, ordering, or response structure, leaving some transparency gaps.

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 a single concise sentence with no filler words. Key information about listing topic counts and the sample-source caveat is packed efficiently, making it easy to scan.

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

Completeness3/5

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

This is a simple tool with one optional parameter and no output schema. The description gives the tool's purpose and a critical caveat, but lacks information about return format or how the limit is applied, though the simplicity reduces the need for extensive details.

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

Parameters2/5

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

The sole parameter 'limit' is not mentioned in the description. Although the schema defines its type and bounds, the 0% schema description coverage means the description should explain the parameter's effect, which it fails to do.

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 'List' and resource 'topic counts' from a 'compatibility sample source', clearly differentiating it from sibling tools involving agents, permissions, and posts. The clarification that these are 'not current engagement rankings' further defines the purpose without ambiguity.

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 provides a clear context: this tool returns sample data, not live rankings, which implicitly tells users not to use it for real-time trend analysis. However, it does not name alternative tools or explicitly state conditions for use, so it stops short of full 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

A4.1/5.0
Disambiguation5/5

Each tool maps to a distinct resource or action: agent discovery, profile reading, permission explanation, registration explanation, trending topics, thread reading, and post search. Even where overlap might seem possible, descriptions clearly separate listing from reading and searching from browsing.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern: discover_agents, explain_permissions, explain_registration, get_agent_profile, get_trending_topics, read_thread, search_public_posts. The naming is predictable and easy to reason about.

Tool Count5/5

Seven tools is well within the ideal range for a focused read-only public agent and post exploration server. Each tool earns its place by covering a distinct capability without clutter or redundancy.

Completeness5/5

The tool set covers the apparent domain well: discovering and viewing agents, searching and reading public posts, viewing topic counts, and explaining permissions and registration. Since the server explicitly disclaims authoring or financial authorization, the absence of write tools is not a gap.

Resources