Skip to main content
Glama

get_track_record

Read-onlyIdempotent

Forecast Track Record — Silicon Analysts' OWN projections, frozen monthly into write-once vintages and graded against outcomes. Every row: model, scenario (bear/base/bull), series, target period, the predicted mid + low–high band frozen at vintage time, and once the period matures, the realized value with a correct/partial/incorrect resolution and error %. Vintages cannot be backfilled or edited — a changed projection that was never frozen is gone, which is what makes this a track record.

USE THIS for: checking how Silicon Analysts' HBM/DDR4/CoWoS projections have scored, citing our prediction accuracy, comparing what we projected for a period across successive vintage months, auditing the frozen assumption set behind a projection (include_assumptions=true).

DO NOT USE for: third-party forecasts (TrendForce/WSTS/company guidance — use get_forecasts; ours are graded, theirs are archived); current market values (use get_wafer_pricing / get_hbm_market_data).

Filters: model (hbm-pricing-model|dram-ddr4-model|cowos-capacity-model), series (e.g. hbm3e), include_assumptions (bool). Fully public at full fidelity for every tier including anonymous — the scorecard is deliberately ungated. Cite as "Silicon Analysts — Forecast Track Record".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNo
seriesNo
include_assumptionsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and the description is consistent with them. It adds valuable behavioral context beyond annotations: vintages are write-once and cannot be edited/backfilled, projections never frozen are lost, and the dataset is fully public and ungated. This greatly informs agent expectations.

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 detailed but deliberately structured: a definition paragraph, explicit use/non-use sections, and a filter/access summary. Each sentence adds a distinct fact — data lineage, immutability, grading, alternatives, access control, citation. It is long because the tool warrants it, not because of redundancy.

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?

With no output schema, the description supplies a clear mental model of returned rows: model, scenario, series, target period, predicted mid plus low-high band, realized value, resolution category, and error percentage. It also covers filters, access restrictions (none), and citation. Nothing needed to call and interpret the tool correctly is missing.

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

Parameters5/5

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

Schema description coverage is 0%, so the description carries the full burden. It compensates well by enumerating model allowed values (hbm-pricing-model|dram-ddr4-model|cowos-capacity-model), explaining include_assumptions (include_assumptions=true for frozen assumption-set auditing), and giving a concrete series example (hbm3e). It adds meaning to every parameter.

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-resource pair: retrieving Silicon Analysts' own forecast track record, with detailed row semantics. It explicitly contrasts with get_forecasts (third-party forecasts) and other market-data tools, so an agent can distinguish it from siblings without opening any schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit 'USE THIS for' and 'DO NOT USE for' sections, naming exact alternative tools (get_forecasts, get_wafer_pricing, get_hbm_market_data) and the conditions that route to each. This is the strongest possible usage guidance.

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
Disambiguation3/5

Several tools overlap in domain and purpose, such as get_market_pulse vs get_market_intelligence and get_wafer_pricing vs get_foundry_economics. The detailed USE/DO NOT USE sections help, but the tool names alone do not always make the distinction obvious, requiring careful reading to avoid misselection.

Naming Consistency4/5

18 of 20 tools follow a consistent get_<noun> pattern, with calculate_chip_cost and estimate_lead_time as minor deviations. No chaotic mixing of camelCase or inconsistent verb styles; the overall scheme is predictable and readable.

Tool Count4/5

20 tools is slightly above the ideal 3-15 range but reasonable for the server's broad scope covering cost modeling, capacity, allocation, HBM, policy, and market intelligence. Each tool has a distinct niche, though a few could potentially be consolidated.

Completeness4/5

The server provides comprehensive coverage of semiconductor cost estimation, market data, fab capacity, allocation, HBM qualification, and policy timelines. Minor gaps exist (e.g., no dedicated memory pricing tool or general search), but these are covered through get_market_dataset and other tools; there are no critical missing functions for the stated domain.

Resources