Skip to main content
Glama

get_social_trends

Synthia social intelligence - trending terms, frequency, and sources from social media monitoring.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNoLookback period in hours (default: 24, max: 168)

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions the return types (terms, frequency, sources) but does not disclose rate limits, data freshness, output format, or any side effects. This is a minimal disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence that front-loads the core purpose. It is efficient, but could be slightly improved by using a verb and clearer structure, though not to a degree that hurts usability.

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

Completeness2/5

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

Without an output schema, the description should clarify the return value structure and behavior, but it only lists high-level data types. It also lacks usage guidance, making it incomplete for an agent to fully understand the tool's output and applicability.

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?

The input schema documents the single parameter 'hours' with a description, so schema coverage is 100%. The description adds no additional meaning beyond the schema, yielding the baseline score of 3.

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 that the tool provides trending terms, frequency, and sources from social media monitoring. This is specific and distinguishes it from siblings like get_competitor_intel or get_trading_signals, which focus on other domains.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No usage guidance is provided. The description does not indicate when to use this tool over alternatives, nor does it mention any context or exclusions. The usage is only implied from the tool name and brief description.

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

Each tool targets a distinct domain: competitor intel, market regime, social trends, trading signals, token risk analysis, server health, and tool discovery. Even scan_token and scan_token_preview are clearly differentiated as full analysis vs. quick preview.

Naming Consistency3/5

Four tools follow a consistent get_* pattern, and two follow scan_* pattern, but 'health' and 'list_tools' break the convention. Mixed verb styles and one bare noun reduce consistency.

Tool Count5/5

Eight tools is well-scoped for a specialized crypto intelligence server, covering market analysis, social trends, competitor intel, and risk scanning without unnecessary bloat.

Completeness4/5

The core lifecycle of intelligence gathering and risk assessment is covered, including full and preview token scans. Minor gaps exist (e.g., no direct token metadata endpoint), but agents can work around them with existing tools.