Skip to main content
Glama
berkingurcan

stellar-agent-search

by berkingurcan

Resolve Agent

resolve_agent
Read-onlyIdempotent

Resolve any agent reference (id, handle, or owner address) to canonical identifiers: numeric id, stellar address, and CAIP-2 network.

Instructions

Resolve any agent reference (id, numeric string, stellar handle, or owner G-address) to the canonical typed identifiers (numeric id + stellar + CAIP-2). Owner addresses expand the current owner API page (up to 20); coverage reports whether more rows may exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYesAgent id, numeric string, stellar:{network}:{identity}#{id} handle, or owner G-address.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
countYes
ownerYes
agentsYes
networkYes
coverageNo
Behavior4/5

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

Beyond annotations (readOnlyHint, idempotentHint), the description adds behavioral context: owner addresses expand an API page with a limit of 20, and coverage indicates if more rows exist. This discloses pagination behavior and result structure, adding value.

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 waste. Every word is informative, and key points are front-loaded. It is appropriately sized for the tool's simplicity.

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 tool with high schema coverage and an output schema, the description is complete: it explains input types, behavior with owner addresses, and pagination. No additional details are needed.

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?

The input schema has 100% description coverage and already lists all accepted reference formats. The description does not add new semantics beyond what is in the schema, so baseline 3 is appropriate.

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 resolves various agent references to canonical identifiers, specifying input types (id, numeric string, stellar handle, owner G-address). It is specific about verb and resource, but does not explicitly contrast with sibling tools, though the resolution function is distinct from listing or ranking tools.

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?

The description provides no guidance on when to use this tool versus alternatives like find_agent or get_agents_by_owner. It implies usage for resolving references but does not set context, exclusions, or mention when not to use it.

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