Skip to main content
Glama

Basic Agent Score

score_basic
Read-onlyIdempotent

Check AI agent wallet reputation on Base. Returns a 0-1000 trust score, risk tier, and recommendation to verify credibility and evaluate risks.

Instructions

Get the basic reputation score for an AI agent wallet on Base.

Returns a numeric score (0-1000), tier (e.g. "Trusted", "Neutral", "Risky"), confidence level, recommendation text, model version, and freshness info.

This is a FREE endpoint — no x402 payment required.

Args:

  • wallet (string): Ethereum wallet address (0x + 40 hex chars)

Returns: { wallet, score, tier, confidence, recommendation, modelVersion, lastUpdated, computedAt, scoreFreshness }

Examples:

  • "What's the reputation of 0xABC...?" -> score_basic with that wallet

  • "Is this agent wallet trustworthy?" -> score_basic to get tier/recommendation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletYesEthereum wallet address (e.g. 0xAbC...123)
Behavior4/5

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

Annotations cover safety (readOnly, non-destructive, idempotent). Description adds critical billing context ('FREE endpoint') and detailed return payload structure (score ranges, tiers, freshness) that annotations don't provide. Does not mention rate limits or caching behavior.

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?

Well-structured with clear sections (purpose, billing, args, returns, examples). Front-loaded with primary action. Minor redundancy between opening paragraph and Returns section listing fields, but acceptable for clarity.

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?

For a single-parameter lookup tool, description comprehensively covers input validation, output structure (compensating for missing output schema), billing implications, and usage examples. No gaps given the tool's simplicity.

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 coverage is 100% with regex pattern and description. The Args section repeats schema information ('Ethereum wallet address (0x + 40 hex chars)') without adding semantic nuances like 'must be a deployed agent contract' or validation beyond the pattern.

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?

Opens with specific verb 'Get' + resource 'basic reputation score' + target 'AI agent wallet on Base'. The modifier 'basic' effectively distinguishes it from sibling 'score_full' and 'score_refresh'.

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?

Provides concrete natural language examples mapping queries to tool use. Explicitly notes 'FREE endpoint — no x402 payment required,' implying cost-based selection criteria. Lacks explicit comparison to 'score_full' for when to prefer one over the other.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jacobsd32-cpu/djd-agent-score-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server