Skip to main content
Glama

RNWY — AI Agent Trust Intelligence

risk_terms

Counterparty risk intelligence for any agent. Returns risk tier (low/moderate/elevated/high/severe/critical), raw trust signals, data coverage, and methodology reference. Designed for marketplace operators and escrow providers setting transaction parameters before a deal. Full methodology: https://rnwy.com/risk-intelligence

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYesChain slug: base, ethereum, bnb, gnosis, avalanche, celo, arbitrum, polygon, monad, megaeth, optimism
agent_idYesAgent ID (integer)
registryNoRegistry: erc8004 (default), olas

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It transparently lists what the tool returns, includes a methodology reference link for deeper transparency, and implies a read-only behavior through 'risk intelligence.' It does not explicitly state side effects, but for a data lookup tool this is sufficient.

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 two concise sentences: the first states purpose and outputs, the second gives target users and a methodology link. Every sentence earns its place with no redundant text.

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?

Despite having no output schema, the description lists all return categories (risk tier, trust signals, data coverage, methodology reference). It gives a clear use case and a link for further details. It does not cover error handling or prerequisites, but the schema and use case cover most needs.

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 already documents all three parameters. The description adds contextual context only in the phrase 'for any agent,' which loosely relates to agent_id. It does not add meaning beyond the schema, so the baseline score of 3 is appropriate.

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 function: providing counterparty risk intelligence for an agent, with specific outputs (risk tier, trust signals, data coverage, methodology reference). This is distinct from sibling tools like address_age or trust_check, which focus on different risk dimensions.

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 targets a use case: 'Designed for marketplace operators and escrow providers setting transaction parameters before a deal.' This gives clear context for when to use the tool, though it does not explicitly mention alternatives or 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation3/5

Most tools have distinct purposes, but reviewer_analysis and reviewer_wallet overlap in analyzing reviewer behavior, and trust_check and risk_terms both provide trust assessments with different framing. Descriptions help clarify the differences, yet an agent could easily misselect between these pairs.

Naming Consistency3/5

All tool names use snake_case, but the pattern is inconsistent: some are verb_noun (compare_agents, trust_check) while others are noun-based (address_age, entity, mcp_attestation). This mixed convention is readable but not predictable.

Tool Count5/5

10 tools is well-scoped for an AI agent trust intelligence server, covering both individual lookups and network-wide statistics without unnecessary redundancy. Each tool addresses a specific analytical need.

Completeness4/5

The server covers the core trust intelligence surface: trust scores, risk assessment, wallet profiling, reviewer analysis, commerce stats, and network stats. Minor gaps exist, such as no tool to fetch a single agent's full profile independent of an operator, but overall the domain is well covered.

Resources