Skip to main content
Glama

List live signals

list_signals

Top technology signals ranked by momentum right now, scored every 30 minutes across ten developer and builder communities (Hacker News, GitHub, Stack Overflow, npm, Hugging Face, Dev.to, Lobsters, Product Hunt, arXiv, crypto governance forums). Call this to find what is gaining traction before it reaches search-trend tools — e.g. when the user asks what is emerging, trending, or worth paying attention to in a technology area. Returns live unredacted data with no delay.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many signals to return (default 50, max 200).
categoryNoRestrict to one category. Omit for all categories.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and delivers real behavioral context: scoring cadence (every 30 minutes), the exact data sources, and data freshness ('live unredacted data with no delay'). It omits pagination behavior and any rate/limit caveats beyond the schema's max, keeping it short of a 5.

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?

Three sentences, all front-loaded and dense: purpose and freshness first, then the usage trigger. The parenthetical source list is long but earns its place by scoping coverage.

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?

No output schema exists, so the description must describe returns, and it does so at a high level (ranked signals, live unredacted, no delay). For a two-optional-param read tool with no annotations, this is close to sufficient; only the return shape/fields remain unspecified.

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% and both parameters (limit, category) are fully documented in the schema with defaults and an enum. The description adds no parameter-level meaning beyond that, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource — signals ranked by momentum — with concrete scope (ten named communities, 30-minute scoring cadence). It does not distinguish itself from siblings get_entity, get_topic, or list_entities, so an agent must infer the difference from resource type alone.

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?

Explicitly tells the agent when to call it: 'when the user asks what is emerging, trending, or worth paying attention to in a technology area,' and contrasts it with search-trend tools that lag behind. No when-not guidance or named alternative among siblings, but the triggering condition is clear.

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.

Resources