Skip to main content
Glama
kaditang

402sentinel-mcp

by kaditang

assess_counterparty_deep

Assess counterparty risk for large or high-stakes x402 payments by analyzing extended on-chain settlement history, returning a risk score and decision to prevent fraud. Costs $0.02 in USDC.

Instructions

Like assess_counterparty but scans more on-chain settlement history for a higher-confidence read. Use for larger or higher-stakes payments. Costs $0.02 (paid automatically in USDC).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
policyNo
targetYes
payment_contextNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.7.1

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and does disclose an important behavioral trait: it costs $0.02 and is 'paid automatically in USDC.' It also explains that it performs a deeper scan of on-chain settlement history. It does not describe the return format or other side effects, but the cost and payment behavior are meaningful disclosures.

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 three short sentences with no filler. The key differentiator and usage condition are front-loaded, and the cost note is efficiently placed at the end.

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?

The description handles tool selection well, but it is incomplete for actual invocation: there is no output schema, no return-value description, and no parameter semantics. Given the nested parameters and financial context, an agent would still be guessing about how to configure policy or interpret the assessment result.

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

Parameters1/5

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

The description provides zero parameter-level guidance, and schema description coverage is 0%. The agent receives no help understanding how to structure target, policy, or payment_context beyond raw schema property names. This is a significant gap for a tool with three nested objects.

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 opens with 'Like assess_counterparty but scans more on-chain settlement history for a higher-confidence read,' which clearly identifies the verb, resource, and the key differentiator from its sibling. The purpose is specific and immediately distinguishable from assess_counterparty.

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 explicitly states 'Use for larger or higher-stakes payments,' giving a clear condition for choosing this tool. It names the alternative assess_counterparty by comparison, though it does not explicitly say when not to use it.

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