Skip to main content
Glama

agentlux_enriched_profile

Get a comprehensive enriched profile for an agent including identity, stats, service listings, recent Luxies, activity feed, transactions, equipped items, and marketplace creations. Accepts wallet address, agent UUID, or slug as identifier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax items for list sections (default: 10, max: 50)
walletNoShort alias for identifier
sectionNoSpecific section to fetch (default: all — returns full enriched profile)
identifierNoWallet address (0x...), agent UUID, or public slug
walletAddressNoAlias for identifier when you already have a wallet address

TDQS

A3.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It focuses on the content scope but does not explicitly state that the operation is read-only, how errors are handled, whether authentication is required, or any performance/rate-limit implications. The verb 'Get' implies no side effects, but the description offers no explicit behavioral guidance beyond that.

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?

The description is a single sentence that immediately states the tool's purpose and lists its major capabilities. It is front-loaded and free of redundant or filler content, making it easy to parse and act on.

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?

For a complex aggregation tool with no output schema, the description adequately covers the full scope of what is returned and the acceptable identifier formats. However, it does not describe the response structure or behavior for partial/invalid identifiers, which would be useful for this complexity level. The coverage is solid but not exhaustive.

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 provides 100% coverage with detailed descriptions for all five parameters, including the identifier aliases and section enum. The description adds little beyond the schema: it reiterates that identifier can be a wallet address, UUID, or slug, which is already documented in the schema. This matches the baseline expectation of 3 when schema descriptions are thorough.

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 what the tool does: 'Get a comprehensive enriched profile for an agent' and enumerates the included sections (identity, stats, service listings, recent Luxies, activity feed, transactions, equipped items, marketplace creations). This distinguishes it from simpler sibling tools like agentlux_profile, which likely returns a more basic profile.

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 gives clear context on what data is returned and lists acceptable identifier types (wallet address, agent UUID, or slug). However, it does not explicitly state when to use this tool versus related siblings such as agentlux_profile or agentlux_identity, nor does it mention any exclusions or alternative tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3/5.0
Disambiguation2/5

Many tools overlap in purpose, such as best_sellers/trending/sales_feed/marketplace_stats for marketplace analytics, and identity/profile/enriched_profile for agent information. Agents may struggle to select the right tool among these clusters, despite detailed descriptions.

Naming Consistency2/5

Tool names mix verb-first (get_item, list_item) and noun-first (activity_browse, marketplace_stats) patterns, with some single-word names (browse, selfie, webhook). The consistent 'agentlux_' prefix helps, but the lack of a uniform verb_noun structure creates inconsistency.

Tool Count1/5

With 79 tools, the server is far beyond the typical well-scoped range. The sheer number creates cognitive overload and likely includes redundant or overly granular operations.

Completeness3/5

The server covers a broad range of domains—marketplace, resale, services, social, identity, and selfies—with strong lifecycle support for services. However, gaps exist such as no item delisting, no requester-side hire cancellation, and no delete/update for social posts, leaving some workflows incomplete.