Skip to main content
Glama

Temsor API — Turkey & EU business data

Turkey Fuel Prices

tr_fuel_prices

Petrol, diesel and heating-oil pump prices for all 81 Turkish provinces, including the price in force on any past date.

The distributor publishes today's pump price and a per-district history query, one district and one range at a time. This endpoint answers the question that actually costs money, in a single call: what was diesel in Ankara on 12 March? Pass asOf for the price in force on that day — if the distributor did not change prices that day, the previous price is carried forward and effectiveFrom says when it started, with carriedForward: true. Pass from/to to get the change events in a window, each with the percentage move. Every figure carries the source URL and a content hash of the page it was read from, so the number can still be defended in an audit years later. Leave province empty to list coverage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo
asOfNoPrice in force on this date (YYYY-MM-DD). Omitted → latest known price.
fromNoWith `to`: return the price changes in this window.
productNoFuel product. Omitted → every product available for that province.
provinceNoProvince name or plate code — "Ankara", "istanbul" or 34. Leave empty to list covered provinces.
includeDistrictsNoAdds districts whose pump price differs from the province reference price.

TDQS

A4.7/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It effectively does so by explaining carry-forward behavior (`effectiveFrom`, `carriedForward: true`), change events with percentage moves, and the inclusion of source URL and content hash for auditability. This goes well beyond a basic operation description.

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 a single dense paragraph that front-loads the primary purpose and then flows into usage details and audit features. Every sentence contributes meaningful information without redundancy or fluff, achieving a high information-to-word ratio.

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?

Given that there is no output schema and no annotations, the description is remarkably complete. It covers the main query modes, edge cases (such as unchanged prices), and the nature of the response (including fields like `effectiveFrom`, `carriedForward`, source URL, and content hash). An agent can confidently select and invoke the tool based on this description alone.

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?

Schema description coverage is 83%, which sets a baseline of 3. The description adds meaningful semantics beyond the schema: it explains that `asOf` carries forward the previous price if unchanged, that `from`/`to` returns percentage changes, and that `province` empty lists coverage. While not every parameter gets such depth (e.g., `includeDistricts`), the added value is substantial.

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 function: retrieving petrol, diesel, and heating-oil pump prices for all 81 Turkish provinces, with support for past-dated prices. It uses a specific verb ('prices for...') and resource ('81 Turkish provinces'), and its focus on fuel prices distinguishes it from the sibling tools (e.g., email verification, invoice parsing).

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 provides concrete usage scenarios: using `asOf` to get the price on a specific date, using `from`/`to` to retrieve change events, and leaving `province` empty to list coverage. It gives clear context on when to use different parameter combinations, but it does not explicitly state when not to use the tool or mention alternatives (though no direct siblings exist).

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