Skip to main content
Glama
berkingurcan

stellar-agent-search

by berkingurcan

Get Derived A2A Projection

get_agent_card
Read-onlyIdempotent

Retrieve an agent card from Stellar agent-search by agent ID or handle, with optional verification probe.

Instructions

Unverified A2A-shaped projection from indexed Stellar 8004 metadata. It is not an agent-published AgentCard and proves neither A2A conformance nor endpoint ownership. Owner-authored metadata and service candidates are isolated under card.selfDeclared.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentYesNumeric agent id, numeric string, or a full stellar:{network}:{identity}#{id} handle.
verifyNoAttempt the bounded Reputation-contract reachability probe; it does not verify reputation fields, A2A conformance, or endpoints.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardYes
noteYes
conformanceYes
Behavior4/5

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

Annotations already indicate readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds that the projection is unverified, not an official AgentCard, and that owner-authored data is under card.selfDeclared, exceeding annotation context without contradiction.

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 sentences, all essential and front-loaded with the core purpose. No wasted words or redundant information.

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?

The output schema is present (hidden), so return values need not be detailed. The description sufficiently explains the nature of the result and its limitations for a tool with 2 parameters and no nested objects.

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 100%, so the schema already documents both parameters adequately. The description adds no parameter-specific meaning beyond the schema, meeting the baseline.

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 an 'unverified A2A-shaped projection' from indexed metadata, distinguishing it from an official AgentCard. This separates it from siblings like get_agent_profile and verify_reputation.

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?

The description warns that the projection is not agent-published and proves neither conformance nor endpoint ownership, implying when not to use it. However, it does not explicitly name alternative tools for verified info.

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