Skip to main content
Glama

maxmind-minfraud

minFraud Insights (detailed risk)

minfraud_insights
Read-only

Score a transaction AND get detailed risk insights: IP geolocation, email/address/device attributes, and per-component risk on top of the risk_score. Same request body as minfraud_score. API: POST /minfraud/v2.0/insights.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNo
eventNo
orderNo
deviceNoInfo about the device/connection. device.ip_address is the most important input.
accountNo
billingNo
paymentNo
shippingNo
credit_cardNo
custom_inputsNoCustom inputs configured in your minFraud account.
shopping_cartNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true. The description adds that this is a read-only insight operation (no state change) and provides the API endpoint. No contradictions, but no additional behavioral details like authentication or rate limits.

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?

Description is three sentences, front-loaded with purpose. No fluff, but could include a summary of key outputs without being verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite complex nested parameters (11+ objects) and no output schema, the description offers no explanation of the response structure or how to interpret risk insights. This leaves the agent underinformed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 18%, so the description must compensate, but it only vaguely mentions 'IP geolocation, email/address/device attributes' without mapping to schema properties. Many parameters remain undocumented in both description and schema.

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?

Description clearly states the tool 'scores a transaction' and 'gets detailed risk insights', distinguishing it from minfraud_score by mentioning per-component risk. The verb+resource structure is specific and unambiguous.

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?

Description explicitly notes 'same request body as minfraud_score', helping the agent choose between score and insights. It implies use when detailed insights are needed, but does not explicitly exclude other siblings like minfraud_factors.

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.