Skip to main content
Glama

Get one ticker's pick history

get_ticker_record

Every time Tapeline published this ticker in its daily top 10 and how each of those picks resolved against SPY the next session — losses included.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesUS ticker symbol, e.g. NVDA

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 behavioral burden. It discloses remarkably concrete behavior: it returns every occurrence, includes both wins and losses, and anchors performance to SPY for the next session. It doesn't mention ordering or edge cases, but the key behavioral scope is easy to see.

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 dense sentence with no filler: it captures scope, measurement, and completeness. It is not perfectly structured as a formal tool definition, but it earns its length.

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?

For a simple one-parameter tool this is nearly sufficient. The description conveys what an agent will get back, including negative outcomes, and the input schema fully documents symbol. The absence of any output schema makes a more explicit mention of the expected return type would help, but does not prevent correct invocation.

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?

There is only one parameter with 100% schema description coverage via the symbol example and type string. The tool description adds no further parameter nuance, so it does not go beyond what the schema already provides.

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 says exactly what the tool does: it returns every daily top-10 publication for a specific ticker and how each pick resolved against SPY the following session. This clearly distinguishes it from siblings that deal with daily picks or ticker scores by making the single-ticker historical focus explicit.

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 use case is implied by the text — you call this when you want one ticker's pick history rather than a daily pick list or a score. However, there is no explicit when-not-to-use guidance or mention of alternatives such as get_daily_picks.

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.