Skip to main content
Glama
rafaemush

@oilflow/mcp-server

by rafaemush

Fraud-cluster screen

cluster_check
Read-onlyIdempotent

Screen a counterparty name against OilFlow's scam cluster intelligence feed. Returns confirmed, likely, or suspected severity levels, with no match meaning unverified rather than exonerated.

Instructions

Look up a counterparty name against OilFlow's first-party-investigated Scam Cluster Intelligence Feed. Returns any matches with a severity: 'confirmed' (OilFlow-verified fraud), 'likely', or 'suspected' (publicly reported but NOT first-party confirmed — treat as a lead, verify the cited source). matched:false means no hit, which is not by itself an exoneration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entityYesCounterparty/entity name to check (>=2 alphanumeric characters).
countryNoOptional country filter.

Schema Changelog

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

  1. First observedv0.3.1

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already cover readOnly/openWorld/idempotent/destructive traits. The description adds meaningful behavior beyond annotations: severity semantics ('confirmed' vs. 'likely' vs. 'suspected'), the warning that 'suspected' is not first-party confirmed, and the caveat that 'matched:false' is not an exoneration. This is high-value interpretive context.

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 compact (three sentences) and front-loaded with the primary action, followed by essential output semantics and a false-negative caveat. Every clause adds information; no filler or repetition of schema details.

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?

Without an output schema, the description adequately covers return behavior: severity values, the 'matched:false' case, and the 'suspected' lead warning. It also implies cited sources exist. For a simple two-parameter lookup, this is complete enough for an agent to call and interpret results correctly.

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 doesn't add parameter-level details beyond the schema — entity and country are already clearly described in the schema. No meaningful extra parameter semantics are provided.

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 uses a specific verb ('Look up') and names a precise resource ('OilFlow's first-party-investigated Scam Cluster Intelligence Feed'). It also explains the output severity scale and the meaning of 'matched:false', which clearly scopes this tool as a scam-cluster name lookup, distinct from siblings like kyc_screen or regulatory_check.

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 context: checking counterparty names against a specialized fraud feed. However it does not explicitly name sibling tools or specify when not to use it. Still, the context strongly implies its niche vs. other screen types, so it earns a 4.

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