Skip to main content
Glama

gold-silver-analytics

Get RR (Re-Rate) Score

get_rr_score
Read-only

Free-subset Re-Rate (RR) Score projection for one junior precious-metals miner: overall 9-factor score, the nine factor scores, DQS, stage, jurisdiction, and 2028/2029 RR projections. Analytical, not a recommendation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYesTicker symbol, exchange suffix kept where applicable (e.g. ARIS, EXK, AYA.TO, CYL.AX).

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so safety profile is covered. The description adds meaningful behavioral context: it is a projection (not historical fact), for a 'free-subset' (suggesting limited or ungated data), includes specific score factors, and explicitly disclaims being a recommendation. It does not contradict annotations and provides value beyond them.

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, with the first front-loading the full output list and the second adding a concise disclaimer. Every word earns its place — no fluff, no repetition of schema details, and the structure is easily scannable.

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

Completeness5/5

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

For a single-ticker read-only analytics tool with no output schema, the description fully enumerates what the response will contain (overall and factor scores, DQS, stage, jurisdiction, and 2028/2029 projections), plus a disclaimer. Given the low complexity (1 param, no pagination, no nesting), this is complete and sets accurate expectations.

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 coverage for the only parameter (ticker) is 100%, with a clear description of the ticker symbol format. The tool description does not add additional parameter guidance, but it doesn't need to since the schema is self-sufficient. This meets the baseline for full schema coverage.

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 ('Re-Rate (RR) Score projection for one junior precious-metals miner') and enumerates the exact output contents (overall 9-factor score, nine factor scores, DQS, stage, jurisdiction, 2028/2029 projections). This clearly distinguishes it from sibling tools like list_tickers or search_tickers, which are about ticking finding/listing rather than detailed single-ticker analytics.

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 makes clear this is for a single ticker's analytical projection, implying use when you need that specific data for a known ticker. It does not explicitly mention alternatives or when-not-to-use, but the scope ('one junior precious-metals miner') provides clear context relative to the siblings. A caveat 'Analytical, not a recommendation' also helps set user expectations.

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.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: get_rr_score provides detailed analysis for a specific ticker, get_screen_data offers filterable/rankable cross-sectional data, list_tickers simply enumerates all symbols, and search_tickers performs fuzzy lookup. There is no functional overlap between these operations.

Naming Consistency5/5

All four tools follow a consistent verb_noun snake_case pattern: get_, get_, list_, search_. The naming is uniform and predictable, making it easy for an agent to infer the action and resource for each tool.

Tool Count5/5

Four tools is well-scoped for a specialized analytics server. The set covers the essential operations—single-asset deep dive, screening, directory listing, and search—without unnecessary bloat or missing core functionality.

Completeness5/5

The tool surface is complete for the stated domain of free-subset precious-metals analytics. Users can discover the universe (list_tickers), locate specific companies (search_tickers), get detailed 9-factor scores (get_rr_score), and perform structured screening (get_screen_data). No obvious gaps or dead ends are apparent.

Resources