Skip to main content
Glama
berkingurcan

stellar-agent-search

by berkingurcan

Leaderboard

leaderboard
Read-onlyIdempotent

Rank top agents on Stellar mainnet by scanning a bounded registry. Get per-axis breakdown scores, optional on-chain verification, and coverage indication.

Instructions

Top-ranked agents in a bounded registry scan (or filter), by the 3-axis engine, with per-axis breakdown. On-chain verification of the top rows is optional. Coverage states whether the scan exhausted the filtered set; self-declared text lives in each row's labeled selfDeclared slot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mppNoWhen present, require indexed MPP support.
x402No
limitNo
trustNo
verifyNoProbe the Reputation contract for the top results; current probe verifies no reputation fields.
minScoreNoDeprecated ambiguous input; rejected. Use minExplorerScore.
hasServicesNo
minExplorerScoreNoMinimum upstream v1 Explorer total_score in protocol units; not local rank.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
agentsYes
coverageYes
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds extensive behavioral details: bounded scan/filter, per-axis breakdown, optional on-chain verification, coverage state, and self-declared text slots, going well beyond annotations.

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 relatively short and front-loaded with the core purpose. However, it uses domain-specific jargon that may reduce clarity for some agents. Every sentence adds value, but could be more accessible.

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?

Given the output schema exists (not shown in input), the description covers key aspects: boundedness, 3-axis, breakdown, verification, coverage, self-declared. It does not mention return format or pagination, but those may be in output schema. Adequate for the complexity.

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 50%, and the description adds context for verify (optional verification) and trust (enum meaning) but does not explain mpp, x402, limit, hasServices, or minExplorerScore beyond schema. It partially compensates for missing schema descriptions but not fully.

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 it retrieves top-ranked agents via a bounded registry scan with per-axis breakdown, using a 3-axis engine. It distinguishes itself from siblings like find_agent or rank_agent by specifying leaderboard-specific features (bounded scan, breakdown, on-chain verification).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives such as rank_agent or list_agents. The description implies usage for leaderboard queries but does not provide context or exclusions.

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/berkingurcan/stellar-agent-search'

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