Skip to main content
Glama

get_ticker_summary

Get a 24-hour AI-generated summary for any crypto ticker or topic (paid via x402).

Returns decision-grade bullet points combining Gloria's curated news with real-time web search. Designed for fund managers and trading agents.

Payment is handled via the x402 protocol using USDC on Base network. This tool returns the payment endpoint and instructions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description must carry the full burden. It discloses that the tool is paid via x402 (USDC on Base), returns decision-grade bullet points, and provides payment instructions. It does not contradict any annotations (none exist). A small gap is the lack of explicit mention that it is a read-only operation, but the output description implies no side effects.

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 five sentences, front-loaded with the core purpose. Each sentence adds information (purpose, output style, audience, payment mechanism, what the tool returns). It is concise but could be slightly tighter by combining the payment and return instructions. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite the tool having no parameters or output schema, the description is incomplete. It fails to explain how the agent specifies the ticker/topic (the schema is empty, so the input mechanism is unclear). Additionally, the description is ambiguous: it first says 'returns decision-grade bullet points', then later says 'returns the payment endpoint and instructions'. This contradiction undermines the agent's ability to know what the tool actually returns. Given the tool's simplicity, the description should clarify the input method and resolve the output ambiguity.

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?

The tool has zero parameters and schema coverage is 100%, so the baseline is 4. The description adds value by clarifying that the tool accepts 'any crypto ticker or topic' (even though no parameter exists in the schema), which helps the agent understand the conceptual input. No parameter details are needed beyond this.

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 clearly states the tool's verb ('Get'), resource ('24-hour AI-generated summary'), and scope ('any crypto ticker or topic'). It also distinguishes from sibling news tools by focusing on AI-generated summaries rather than raw news articles or categories.

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 the tool is for obtaining concise summaries and targets fund managers/trading agents, but it does not explicitly compare to sibling tools like get_enriched_news or get_latest_news, nor does it provide when-not-to-use guidance or exclusions. Usage context is present but not prescriptive.

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

A4.2/5.0
Disambiguation4/5

Most tools have distinct purposes, but get_enriched_news lacks clear parameters, making it ambiguous whether it returns a specific item, the latest, or category-based news. This could cause confusion with get_latest_news or get_news_item.

Naming Consistency5/5

All tool names follow a consistent 'get_<noun>' pattern, making the naming predictable and easy to interpret.

Tool Count5/5

Seven tools is well-scoped for a crypto news API, covering essential operations without being too few or too many.

Completeness5/5

The tool set covers the core workflow: listing categories, fetching latest news, searching, getting details, recaps, and premium enrichments. No obvious gaps for a read-only news service.