Skip to main content
Glama

get_signal

Real-time X/social signal for a topic: scored (virality + freshness) and CITED (source urls), deduped and ranked. Input: query (topic) OR candidates[] (bring your own posts to score). x402-paid at GET/POST /signal ($0.01; 3 free per wallet via ?wallet=0x…). Example: GET /signal?q=base+memecoin

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNomax items to return (<=25)
queryNothe topic/keywords to get a signal for
termsNooptional explicit match terms
sourceNoxsearch | grok (live source, if a key is set)
candidatesNooptional: your own posts to score instead of a live fetch

Schema Changelog

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

  1. Changed5 schema fields changed
    • addedInput schema / properties / candidates / description
      Added value: +"optional: your own posts to score instead of a live fetch"
    • addedInput schema / properties / limit / description
      Added value: +"max items to return (<=25)"
    • addedInput schema / properties / query / description
      Added value: +"the topic/keywords to get a signal for"
    • addedInput schema / properties / source / description
      Added value: +"xsearch | grok (live source, if a key is set)"
    • addedInput schema / properties / terms / description
      Added value: +"optional explicit match terms"
  2. First observed

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses real-time nature, scoring criteria, deduping, ranking, and cost details. Missing output format but covers key behaviors.

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 concise and front-loaded with the main purpose. The structure is logical but slightly dense; could use bullet points for readability.

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

Completeness4/5

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

Given the complexity (5 params, no output schema, no annotations), the description covers purpose, input modes, cost, and provides an example. It lacks explicit output structure but is sufficient for agent invocation.

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?

Schema coverage is 100%, baseline 3. The description adds value by explaining the two main modes ('query' vs 'candidates') and the pricing parameter via URL example, going beyond schema definitions.

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 provides real-time social signal for a topic with scoring, deduping, and ranking. It distinguishes from sibling tools like get_intent or get_token_brief by focusing on topic signal.

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 explains input modes (query or candidates) and gives an example. While it doesn't explicitly state when not to use or compare with siblings, the context is clear enough for basic usage.

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.