Skip to main content
Glama
OilpriceAPI

OilPriceAPI

Official
by OilpriceAPI

Get Marine Fuel Prices

opa_get_marine_fuels
Read-only

Fetch current marine fuel bunker prices filtered by port and fuel type. Compare VLSFO, MGO, or IFO380 costs across available ports to determine shipping fuel expenses.

Instructions

Get latest marine fuel (bunker) prices returned for the account. Use when the user asks about bunker fuel, marine fuel, VLSFO, MGO, IFO380, or shipping fuel costs. Can filter by port (e.g., SINGAPORE, ROTTERDAM, HOUSTON) and/or fuel type (VLSFO, MGO, IFO380). Returns available port prices. Requires an eligible account entitlement. Use opa_get_plans for current access and pricing; the API response is authoritative.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNoFilter by port name (e.g., 'SINGAPORE', 'ROTTERDAM', 'HOUSTON')
fuel_typeNoFilter by fuel type: VLSFO, MGO, or IFO380

Schema Changelog

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

  1. Addedv3.2.0
  2. Removedv3.0.0
  3. First observedv2.0.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, and the description does not contradict them. It adds genuinely useful context beyond annotations: 'Requires an eligible account entitlement' flags an authorization precondition, and 'the API response is authoritative' warns the agent to trust the response over expectations. 'Returns available port prices' reinforces the open-world nature.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Six sentences with the core purpose front-loaded in the first sentence. Each sentence earns its place: purpose, triggers, filters, return behavior, entitlement, and alternative routing. The filter sentence is slightly redundant with the schema but serves fast scanning.

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?

For a low-complexity tool (two optional string params, no output schema, no nested objects), the description covers purpose, usage triggers, parameter semantics, return scope, an entitlement prerequisite, and a routing alternative. Error behavior for missing entitlement or empty results is not described, but that is a minor gap given the tool's simplicity.

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 100%, so the schema fully documents both parameters. The description's filter sentence largely restates the schema, though 'and/or' does clarify that the two optional filters may be combined. This matches the baseline of 3 for high schema coverage with marginal added meaning.

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 and resource: 'Get latest marine fuel (bunker) prices returned for the account.' Naming VLSFO, MGO, and IFO380 anchors the domain precisely and differentiates it from siblings like opa_get_diesel_by_state or opa_get_price without needing to inspect their schemas.

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?

Explicit trigger conditions are given ('Use when the user asks about bunker fuel, marine fuel, VLSFO, MGO, IFO380, or shipping fuel costs'), and an alternative is named with its condition: 'Use opa_get_plans for current access and pricing.' This gives the agent both a clear when-to-use and a clear when-not-to-use.

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

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/OilpriceAPI/mcp-server'

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