Skip to main content
Glama
berkingurcan

stellar-agent-search

by berkingurcan

Get Agent Profile

get_agent_profile
Read-onlyIdempotent

Fetch the full on-chain profile of a Stellar agent: identity, capabilities, declared scores, rank, reputation reachability, feedback, and handle, with optional reputation verification.

Instructions

Full profile for one agent: typed identity, capabilities, declared scores, a rank breakdown, bounded Reputation-contract reachability status, recent feedback, the canonical stellar:{network}:{identity}#{id} handle, and an explicitly unverified derived A2A-shaped projection. The current probe verifies no reputation fields. No A2A conformance or endpoint ownership is implied; self-declared text is confined to labeled selfDeclared slots.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentYesNumeric agent id, numeric string, or a full stellar:{network}:{identity}#{id} handle.
verifyNoAttempt the bounded Reputation-contract probe (default on; current probe verifies no reputation fields).
feedbackLimitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileYes
agentCardYes
verificationYes
recentFeedbackYes
feedbackCoverageYes
Behavior4/5

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

The description adds behavioral context beyond annotations by noting that the current probe verifies no reputation fields, no A2A conformance or endpoint ownership is implied, and self-declared text is confined to labeled slots. This clarifies the limits of the data returned.

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 concise but dense with information. It front-loads the list of included components and then clarifies limitations. Each sentence adds value, though it could be slightly more streamlined.

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 existence of an output schema, the description adequately covers the tool's overall behavior and the key components returned. It does not need to detail return values. However, the mention of 'rank breakdown' and 'Reputation-contract reachability status' could be more precise without relying solely on the schema.

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 67%. The description does not add significant new semantic information beyond the schema's parameter descriptions. The explanation of the verify parameter is mostly redundant with the schema description, and the agent parameter is already well-documented in the schema.

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 states it returns the full profile for one agent, listing specific components (typed identity, capabilities, declared scores, rank breakdown, Reputation-contract reachability status, recent feedback, canonical handle, and A2A-shaped projection). This clearly differentiates from sibling tools like find_agent, rank_agent, or get_agent_card.

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 does not explicitly state when to use this tool versus alternatives. While it implies usage for obtaining a full agent profile, it lacks guidance on exclusions or specific contexts where other sibling tools would be more appropriate.

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