Skip to main content
Glama
berkingurcan

stellar-agent-search

by berkingurcan

Get Agents By Owner

get_agents_by_owner
Read-onlyIdempotent

Retrieve up to 20 agents owned by a Stellar account, ranked by the 3-axis engine, with coverage indication for additional results.

Instructions

List the owner endpoint's current page (up to 20 agents), ranked by the 3-axis engine. Coverage explicitly reports whether more owner rows exist. Self-declared text lives in each row's labeled selfDeclared slot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
ownerYesOwner account (Stellar G-address).
verifyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
ownerYes
agentsYes
coverageYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds value by noting pagination coverage reporting and the 'selfDeclared' slot in output, which are not in 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?

Three focused sentences with no wasted words. Front-loaded with the primary action, followed by needed details and output structure.

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 and good annotations, the description covers pagination and key output details. Minor gaps include explanation of the 'verify' parameter and the '3-axis engine' ranking mechanism.

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?

With only 33% schema description coverage, the description compensates partially by mentioning limit (up to 20 agents) and owner ('owner endpoint'). However, the 'verify' parameter is unexplained, and details about the ranking engine are vague.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists agents for a given owner, with pagination and ranking. It distinguishes from siblings like list_agents (generic) and find_agent (search). However, the phrase 'owner endpoint's current page' is slightly ambiguous.

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 implies usage when you need agents for a specific owner, but does not explicitly state when not to use or mention alternatives like list_agents. Usage context is implicit but not explicit.

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