Skip to main content
Glama

Temsor API — Turkey & EU business data

LLM Price & Lifecycle Archive

model_archive

Dated archive of LLM prices, context windows, announced retirement dates and quiet delistings across 400+ models and 50+ providers.

Providers overwrite their pricing pages and drop models from their catalogs without publishing what changed. This endpoint keeps a daily record, so three otherwise unanswerable questions become answerable: what a model cost on a given date (a contract and budget question), which models were quietly removed (a dependency-audit question), and when a retirement date was first announced and whether it later moved (a migration-planning question). Price points land in the shared time series, so a full range query is available through series/history under model.price.<provider>/<model>.<input|output|cache_read>. The archive can only accumulate forward — it cannot be reconstructed after the fact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSearch in model id/name (only `catalog`).
daysNo`events`: window in days.
slugNoFull model id, e.g. `anthropic/claude-opus-5` (only `events`).
typeNoEvent type (only `events`).
viewNo`catalog`: tracked models · `expiring`: retirement announced · `delisted`: dropped from the catalogue · `events`: lifecycle events · `stats`: archive totals.catalog
limitNo
providerNoProvider prefix, e.g. `anthropic`, `openai`, `google`.
severityNo
withinDaysNo`expiring`: retire within this many days.
includeDelistedNo`catalog`: include delisted models.

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the archive 'can only accumulate forward — it cannot be reconstructed after the fact,' which is a critical behavioral constraint. It also notes that providers overwrite pages and drop models quietly, explaining why the endpoint exists, and mentions that price points land in a shared time series. Missing details like auth requirements or rate limits, but the most important behaviors are covered.

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 front-loaded with the core purpose, then provides context and use cases, and ends with a critical limitation. Every sentence adds value: the problem statement, the three questions answered, the pointer to series/history, and the append-only note. It is concise for the conceptual richness it conveys.

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 'why' and 'what' thoroughly, including specific use cases and the historical context. However, it stops short of mapping the three use cases to specific `view` values or parameter combinations (e.g., which view answers the cost question), and it does not describe output structure. The rich schema descriptions partially compensate, so the tool is usable but leaves some interpretation to the agent.

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 description coverage is high (80%), so the baseline is 3. The description itself does not elaborate on any specific parameters, leaving semantics to the schema. While the `view` parameter is implicitly referenced via 'catalog' and 'events' in the schema descriptions, the tool description adds no parameter-level detail beyond the schema.

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 opens with a clear, specific statement: 'Dated archive of LLM prices, context windows, announced retirement dates and quiet delistings across 400+ models and 50+ providers.' This identifies both the resource (LLM pricing/lifecycle data) and the action (archiving). It also differentiates from sibling validation tools by focusing on model data rather than universal identifiers or country-specific facts.

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 explicitly lists three use cases: contract/budget cost lookups, dependency audits for silently removed models, and migration planning for announced/moved retirement dates. It also directs users to the `series/history` endpoint for full time-series queries, clearly delineating when to use which tool. This is exemplary 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/5.0
Disambiguation4/5

Most tools have clearly distinct purposes (e.g., bic_validate vs vin_validate), but there is notable overlap: tr_validate bundles Turkish validations that are also covered individually by iban_validate and tin_validate. Also, lei_validate and lei_lookup are closely related but distinct enough. Overall, agents can usually pick the right tool, but a few pairs could confuse.

Naming Consistency4/5

Tool names are consistently snake_case with predominately verb_noun patterns (e.g., validate, lookup, screen, parse, build). Some nouns like mcp_index, model_archive, and series_history break the verb pattern but are still predictable. Minor deviations from the noun_verb form (tr_invoice_build, shipping_identify) don't cause confusion. Very readable and consistent overall.

Tool Count3/5

With 27 tools, the set is heavy, exceeding the typical 3–15 well-scoped range. However, the server covers a broad domain: international standards validation, Turkey-specific business data (fuel, labor, invoices, addresses), and even MCP/LLM model archives. The count is justifiable given the scope, but it stretches coherence and may overwhelm agents.

Completeness4/5

The tool surface is remarkably comprehensive for the stated Turkey & EU business data purpose: validators for most ID types, VAT, IBAN, phone, VIN, sanctions; plus Turkey-specific operations like invoice build/parse, labor calculations, fuel prices, business days, and address parsing. Minor gaps exist (e.g., no general exchange-rate conversion, no credit-note-specific builder), but agents can accomplish core workflows without dead ends.

Resources