Skip to main content
Glama
rafaemush

@oilflow/mcp-server

by rafaemush

Trade tradability check

regulatory_check
Read-onlyIdempotent

Check regulatory tradability of a commodity in 235 jurisdictions. Returns allowed/blocked status plus blockers for pre-deal compliance; confirm with national regulator before acting.

Instructions

Check whether a given commodity can be supplied/bought from a given jurisdiction under OilFlow's 235-jurisdiction regulatory matrix. Returns allowed:true/false plus any blockers. Compiled regulatory guidance, not legal advice — confirm with the relevant national regulator before acting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryYesCountry name or ISO-2 code (e.g. 'Nigeria' or 'NG').
productYesProduct keyword: crude, refined, diesel, gasoline, gasoil, fuel oil, fuel, naphtha, jet, kerosene, lpg, lng, or bitumen.
listing_typeNoTrade side. Defaults to 'demand'.

Schema Changelog

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

  1. First observedv0.3.1

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark the tool read-only and idempotent. The description adds meaningful extra context: results are compiled regulatory guidance, not legal advice, and the user should confirm with a national regulator. It also discloses the non-legal nature of the matrix.

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?

Two sentences that front-load the core action and return behavior, then add a necessary caveat. No wasted words; the legal disclaimer earns its place given the domain.

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?

For a low-complexity read-only lookup with fully documented parameters and no output schema, the description is complete: it names the inputs, the output, and the operational limitation. The agent has enough to call it correctly without further elaboration.

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 baseline is 3. The description's supplied/bought wording loosely maps to the listing_type supply/demand distinction, but it does not add meaningful detail beyond what the schema already documents for country, product, and listing_type.

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 exact purpose: checking whether a commodity can be supplied/bought in a jurisdiction using OilFlow's regulatory matrix. It also names the return shape (allowed true/false plus blockers), which separates it from listing-oriented siblings like regulatory_countries.

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 gives a clear usage context: use this when you need a tradability determination for a specific country/product combination. It does not explicitly mention when to prefer regulatory_countries or regulatory_products, but the conditions for use are unambiguous.

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

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