Skip to main content
Glama

rayana_ai_ticker_articles

Read-only

One ticker's published article history, newest first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
limitNo
totalNo
offsetNo
articlesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already indicate read-only and open-world behavior. The description adds useful behavioral context by stating the result is limited to published articles and sorted newest first, which is beyond what annotations provide. It does not mention pagination or limits, but for a simple read-only list this is acceptable.

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?

The description is eight words and every word earns its place, front-loading the core scope ('one ticker's published article history') and ending with the useful ordering detail. There is no filler or repetition.

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 one-parameter read-only tool with an output schema and read-only annotations, this description covers what the tool returns and in what order. It is slightly less complete on pagination or volume behavior and on explicit sibling differentiation, but nothing critical is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has zero description coverage for the required symbol parameter, and the description barely compensates: it only implies that symbol refers to a ticker. It provides no format, examples, or constraints beyond what the schema's 'Symbol' title already suggests.

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 identifies the exact resource: a single ticker's published article history, ordered newest first. It is clear enough to distinguish this from broader article tools like rayana_ai_articles, but it is a noun phrase with no explicit action verb and does not name a sibling alternative.

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 'one ticker's' implies this tool is for retrieving article history for a specific symbol. However, it does not explicitly say when not to use it or point to rayana_ai_articles as the broader alternative, so the usage decision is left to inference.

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