You're viewing a demo portfolio

Join the waitlist
PRSM

check_agent_reputation

Active

Tool of TensorFeed

declared in 1.36.2

Look up an agent's public reputation card from the TensorFeed Agent Reputation Bureau. Takes a wallet (0x + 40 hex) OR a token_prefix (first 16 chars of a tf_live_ bearer). Returns the full ReputationCard: composite + sub-metric ranks (reliability, spend, activity, streak), trust grade A through F, public flags (new_wallet, spend_spike, claim_disputed, etc), wallet age, first_seen, last_active, ofac_clean, banned + ban_reason if applicable. Cards rebuild daily at 04:50 UTC from TF's own observable telemetry. Returns ok=false with status=not_found for unknown identities so callers can distinguish "we have no record" from "we have a record showing zero activity". Useful for: marketplaces routing work to high-grade agents, peer agents deciding to trust another agent, ops dashboards monitoring an agent's standing, or operators inspecting their own reputation before claiming a wallet.

Parameters schema

{
  "type": "object",
  "properties": {
    "wallet": {
      "type": "string",
      "description": "EIP-55 or lowercased EOA wallet address (0x + 40 hex). Mutually exclusive with token_prefix."
    },
    "token_prefix": {
      "type": "string",
      "description": "First 16 chars of a tf_live_ bearer token (e.g. \"tf_live_18e54f47\"). Mutually exclusive with wallet."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

TensorFeed

https://github.com/RipperMercs/tensorfeed

1/7 registries
View full server →