Skip to main content
Glama

revnuvo_search_signals

Identify cross-company buying and intent signals, from vendor swaps to new tooling, ranked by score with evidence.

Instructions

Cross-company buying/intent signals (e.g. vendor swaps, new tooling) ranked by score, with evidence. Free plan: last 7 days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax signals (default 10)
queryYesSignal keyword, e.g. 'migrated from' or a technology name

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses ranking by score, inclusion of evidence, and a 7-day lookback on the free plan, but it does not mention return shape, pagination, or read-only behavior.

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?

Single sentence, front-loaded with the core purpose, and enriched with two examples and a plan limitation. No filler or redundancy.

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?

Adequate for a simple 2-parameter search, but with no output schema or annotations, the description omits return structure and sorting details that would help an agent fully understand the result. It remains usable, but not complete.

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%, so the baseline is 3; the description adds concrete query examples ('migrated from', technology name) that go beyond the schema's generic 'Signal keyword' and clarify expected input.

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 clearly identifies a cross-company buying/intent signal search ranked by score, distinguishing it from sibling tools scoped to a single company (e.g. revnuvo_get_company_timeline). It lacks an explicit verb, but the resource and scope are 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 phrase 'cross-company' implies use against company-specific sibling tools, but no explicit when-to-use or alternative is named. 'Free plan: last 7 days' adds a temporal constraint but not usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.