Skip to main content
Glama
berkingurcan

stellar-agent-search

by berkingurcan

List Agents

list_agents
Read-onlyIdempotent

Discover and filter on-chain Stellar agents using paginated results ranked by a 3-axis engine. Apply filters for x402, MPP, services, trust, and Explorer score.

Instructions

Paginated, filterable listing of registered agents, ranked by the 3-axis engine. Filter by x402/mpp/hasServices/trust/minExplorerScore. Self-declared text lives in each row's labeled selfDeclared slot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mppNoWhen present, require indexed MPP support.
pageNo
x402No
limitNo
trustNo
sortByNoscore
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
pageYes
countYes
agentsYes
coverageYes
paginationYes
Behavior4/5

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

Annotations already indicate read-only, idempotent, open-world hints. The description adds specific behavioral details: pagination, ranking by 3-axis engine, and a labeled selfDeclared slot. No contradictions with annotations.

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?

Two sentences with no superfluous content. Front-loaded with key info: paginated, filterable, ranking. Every sentence adds value.

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 presence of an output schema (not shown), the description does not need to detail return values. It covers filtering, pagination, ranking, and a key field (selfDeclared). For a list tool with 10 params (0 required), this is nearly complete.

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 only 40%, and the description does not explain individual parameters beyond listing their names. It adds minimal parameter meaning beyond what the schema provides, but lists the filter keys as context.

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 is a paginated, filterable listing of registered agents, ranked by a 3-axis engine. This explicitly defines the verb (list), resource (agents), and scope (filtered/paginated), and differentiates it from sibling tools like find_agent or rank_agent.

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

Usage Guidelines3/5

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

The description lists available filters but does not provide explicit guidance on when to use this tool versus alternatives like find_agent or resolve_agent. It implies usage for listing/filtering but lacks use-or-not-use context.

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