Skip to main content
Glama

stock_overview

Read-only

Get an overview of the stock market. Shows top 5 stocks ranked by Martingale Score (0-5), with their current Startingale readings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior4/5

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

The readOnlyHint annotation already indicates a safe read operation, and the description adds useful context about the output: the number of stocks (5), the ranking metric (Martingale Score with 0-5 scale), and the additional Startingale readings. This goes beyond the annotation without contradicting it.

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 two sentences long and front-loaded with the primary action. Every clause adds relevant detail, with no redundant or filler content.

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 description covers the core aspects: what is returned (top 5 stocks), the ranking metric, and the associated reading. The absence of a time period or market specification is a minor gap, but for a simple zero-parameter overview, it is sufficiently complete, especially with the readOnlyHint annotation.

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?

There are zero parameters, so the schema provides no parameter details. The description adds meaning by explaining what the tool returns, which is the relevant information for a no-parameter tool. Baseline for 0 params is 4, and it is well-served.

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 states a specific verb ('Get') and resource ('overview of the stock market'), and provides concrete details: top 5 stocks ranked by Martingale Score (0-5) with Startingale readings. This clearly distinguishes it from siblings like crypto_overview or list_top_stocks.

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 description implies usage for obtaining a stock market overview with specific ranking criteria, but it does not explicitly mention when to prefer this over alternatives such as list_top_stocks or market_overview. It offers no exclusions or direct comparisons, so guidance is only implicit.

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.

TDQS

A3.6/5.0
Disambiguation2/5

Several tools have overlapping purposes. crypto_overview, list_top_crypto, and market_overview all provide top-rated instruments by Martingale Score with Startingale readings, and market_overview subsumes the asset-specific overviews. get_instrument and search_instruments are distinct, but the overview versus list distinction is unclear.

Naming Consistency3/5

Naming is a mix of verb-first patterns like get_instrument, list_top_crypto, search_instruments, and noun-first patterns like crypto_overview, stock_overview, market_overview. While the conventions are not uniform, the names remain readable and each tool's purpose is reasonably perceivable from its name.

Tool Count4/5

Seven tools is a reasonable size for a market analysis server, fitting well within the typical 3-15 range. The set could be trimmed by merging some overview and top-list tools, but the count itself is not excessive or insufficient for the domain.

Completeness4/5

The tool surface covers discovery (overviews, top lists, search) and detailed information retrieval (get_instrument) for both crypto and stocks. Missing are features like historical data or direct comparisons, but these are not essential for the primary purpose of accessing Martingale scores and analysis.

Resources