Skip to main content
Glama

equity_signal

US equity signal for a ticker: buy/neutral/sell signal plus percent upside to analyst price target, from fundamentals + consensus.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYesUS stock ticker, e.g. AAPL.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It discloses the computed output (signal rating and percent upside), the methodology source (fundamentals + consensus), and implies a read-only analytical operation. It does not detail edge cases or response shape, but for a single-parameter signal tool this is reasonably transparent.

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?

One sentence efficiently states the resource, the expected output, and the methodology. It is front-loaded with the core purpose and contains no filler or redundant detail.

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?

The tool has one required parameter and no output schema, and the description covers the main return concepts: signal classification and percent upside. It is complete enough for invocation, though exact output field names or formatting are not specified.

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 the parameter 'ticker' is already well documented as a US stock ticker. The description only restates the ticker concept without adding new parameter semantics, so the baseline score of 3 is appropriate.

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 names a specific resource (US equity signal) and a specific verb/outcome (buy/neutral/sell signal plus percent upside to analyst price target). It clearly distinguishes itself from the sibling tools, which are about other domains like minerals, labor, and crypto-related signals.

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 clearly implies when to use it: for a US equity ticker requiring a fundamentals/consensus-based signal. It does not explicitly name alternatives or state when not to use it, but the domain is clear enough for basic routing.

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