Skip to main content
Glama

Strale - 290+ API capabilities for AI agents

strale_web3_assurance

Returns a decision-ready answer about an on-chain counterparty (wallet, smart contract, token, DeFi protocol, or bridge) in a single call. Surfaces verdict (proceed/review/block/insufficient_evidence), reason_codes (machine-parsable UPPERCASE_SNAKE_CASE), critical_flags, suggested_action, evidence map (sanctions, mixer-graded, scam-cluster, wallet-history, token-safety, contract-verification, protocol-risk, EAS attestations, ERC-8004 reputation, more), and a sidecar audit_url. Two modes: 'outbound' (agent vetting recipient pre-payment, full evaluator set, 8s budget) or 'reverse-call' (service publisher gating an inbound x402 buyer in real-time, critical evaluators only, sub-second SLA). Use before any agent transacts on-chain — sending value, swapping, staking, minting, bridging, or interacting with a contract.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoDefault 'outbound' (agent → recipient, 8s budget, all evidence). Use 'reverse-call' when you are an x402 service publisher gating an inbound buyer (critical evidence only, sub-second SLA).
chainNoChain. EVM: 'ethereum' (default), 'base', 'polygon', 'arbitrum', 'optimism', 'bsc'. Or 'solana'.
actionNoOptional intended action. When provided, enables pre-trade simulation (outbound mode) and tunes verdict severity.
targetYesOn-chain target. EVM wallet/contract/token (0x...), Solana address, or DeFi protocol slug (e.g. 'aave', 'uniswap-v3').
agent_idNoOptional ERC-8004 agent identifier for the calling agent.
amount_usdNoOptional amount in USD. Sharpens verdict for high-value flows.
target_typeNoTarget kind. Inferred when omitted: 0x... → wallet (default), .eth/.sol → wallet, slug → protocol.
caller_jurisdictionNoOptional ISO country code for jurisdiction-aware verdict (US, EU, UK, etc.).

Schema Changelog

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

  1. Added

TDQS

A4.2/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 of behavioral disclosure. It goes beyond a simple 'returns data' statement by detailing the output structure (verdict, reason_codes, evidence map, audit_url) and performance characteristics (8s budget vs sub-second SLA). It does not explicitly state whether the tool is read-only or requires authentication, but the nature as an analysis tool is implicit. The transparency is strong but not exhaustive.

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?

The description is longer than average, but it is front-loaded with the primary purpose in the first sentence and then efficiently covers outputs, modes, and usage. Each clause adds value, and the structure is logical (what → what it returns → modes → when to use). It is slightly dense but not wasteful, earning a 4 rather than a 5.

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?

Given that there is no output schema, the description thoroughly explains the return values (verdict, reason_codes, critical_flags, suggested_action, evidence map, audit_url) and the two operational modes with their SLA differences. It also provides concrete examples of supported targets and usage context. This is a comprehensive description that leaves little ambiguity for an agent.

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?

The input schema provides 100% coverage with detailed descriptions for all 8 parameters, including enums and defaults. The tool description adds minimal parameter-specific meaning beyond what the schema already contains—it restates the mode names and general context but does not clarify parameter syntax, formats, or edge cases. Therefore, the baseline score of 3 applies.

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 a specific verb and resource: 'Returns a decision-ready answer about an on-chain counterparty...' It clearly enumerates the tool's outputs (verdict, reason_codes, critical_flags, etc.) and distinguishes it from sibling tools by focusing on risk assurance across multiple asset types. This is unambiguous and immediately scopes the tool's purpose.

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 when to use the tool: 'Use before any agent transacts on-chain — sending value, swapping, staking, minting, bridging, or interacting with a contract.' It also differentiates two modes ('outbound' vs 'reverse-call') with distinct use cases and SLA expectations. However, it does not mention when not to use it or name alternative sibling tools, so it falls short of a 5.

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

A4.4/5.0
Disambiguation5/5

Each tool addresses a distinct function: balance checks, capability execution, onboarding, methodology docs, connectivity, registry search, transaction history, trust profiling, and on-chain assurance. There is no overlap or ambiguity between tool purposes.

Naming Consistency5/5

All tools follow the consistent pattern of a 'strale_' prefix with lowercase snake_case names (e.g., strale_balance, strale_getting_started). The naming is uniform and predictable across the entire set.

Tool Count5/5

With 9 tools, the server is well-scoped for its purpose of exposing core interactions with a 290+ capability API. It avoids bloat while providing all necessary operations without being too sparse.

Completeness5/5

The tool surface covers the full lifecycle: discovery (strale_search), execution (strale_execute), financial management (strale_balance), audit (strale_transaction), trust evaluation (strale_trust_profile), specialized on-chain checks (strale_web3_assurance), plus support functions (getting_started, ping, methodology). No obvious gaps exist.