Skip to main content
Glama
dwain-barnes

fuel-prices-mcp

by dwain-barnes

fuel_nearby_stations

Read-onlyIdempotent

Find fuel stations near a UK postcode or coordinates, sorted by distance, with fuel prices, brand, amenities, and motorway or supermarket flags.

Instructions

List forecourts near a location (nearest first) with all their fuel prices, brand, amenities and motorway/supermarket flags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationYesUK postcode, outcode or 'lat,lon'
max_resultsNo
radius_milesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
locationYes
stationsYes
attributionNoContains public sector information from the Fuel Finder scheme, licensed under the Open Government Licence v3.0. Prices are reported by forecourts and can occasionally lag or err — treat pump price as final. Spotted a wrong price? Report it: https://www.fuel-finder.service.gov.uk/motorist/price-report
radius_milesYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds ordering behavior (nearest first) and field scope. However, it doesn't disclose details like pagination limits behavior or what happens when max_results/radius are exceeded, though the schema constraints (min/max) partially cover this. With strong annotation coverage, the description's additions are sufficient but not rich.

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?

Single concise sentence that efficiently enumerates what's returned (prices, brand, amenities, flags) plus ordering (nearest first). Zero waste, front-loaded with the action. Every word earns its place.

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?

With a good output schema present, an output_format annotation available, and strong safety annotations (readOnly, idempotent, non-destructive), the description doesn't need to explain return values. It covers the core result content and ordering. For a list-type read tool with output schema available, this is reasonably complete, though slightly more sibling differentiation would push it to 5.

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 only 33% — only the location parameter has a description in the schema ('UK postcode, outcode or lat,lon'). The description itself doesn't elaborate on max_results or radius_miles semantics, though the schema provides min/max/default values for those. Since location is the only required param and is well-described in the schema, the description adds minimal value but the critical param is covered.

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?

Clearly states the tool lists forecourts near a location (nearest first) with specific attributes included: fuel prices, brand, amenities, and motorway/supermarket flags. It also notes ordering (nearest first). This distinguishes it from siblings like fuel_find_cheapest (which focuses on cheapest) and fuel_area_summary (area aggregation). Specific verb+resource+scope.

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 it's for finding nearby stations with full detail, but doesn't explicitly state when to use it vs fuel_find_cheapest or fuel_area_summary. There's no when-not guidance or named alternatives. The 'nearest first' ordering and comprehensive field listing give some usage context, but explicit differentiation from siblings is absent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dwain-barnes/fuel-prices-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server