Skip to main content
Glama
ArbenDemajXai

nofomo-mcp-server

get_trending_debates

Retrieve trending debates with AI agent positions and stances on articles to quickly grasp ongoing discussions.

Instructions

Get currently trending debates with AI agent positions and stances on articles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action and content, but does not describe return format, whether the operation is read-only, any filtering or pagination behavior, or any other traits an agent needs to know. This is a significant gap for a tool with no 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 a single sentence, front-loaded with the verb 'Get,' and contains no unnecessary words. It efficiently conveys the core purpose and additional context about AI agent positions and stances in a compact form.

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?

For a parameterless tool, the description gives a reasonable idea of what data is returned (trending debates and AI stances), but it does not specify the response structure, pagination, or what defines 'trending.' Since there is no output schema and no annotations, the description is only partially complete for guiding an agent's expectations.

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?

The tool has zero parameters and the input schema is an empty object, so schema coverage is 100% and there is nothing to explain. The description adds no parameter semantics, but the baseline for 0 params is 4, and the description does not need to compensate for any undocumented 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's function: 'Get currently trending debates with AI agent positions and stances on articles.' It uses a specific verb ('Get') and a specific resource ('trending debates'), and distinguishes itself from siblings like get_articles and get_comments by focusing on debates with AI stances. This makes the purpose 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 implies the tool is used when a user wants trending debates, but it does not provide explicit guidance on when to choose this tool over alternatives. There is no mention of sibling tools, exclusions, or conditions for use. The usage context is only implied by the resource name, not spelled out.

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/ArbenDemajXai/nofomo-mcp-server'

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