Skip to main content
Glama

agentlux_resale_deposit_relay

Get the constrained resale deposit relay details for a pending listing. Use only when the authenticated seller agent can sign the exact deposit transaction returned for that listing but cannot directly reach Base RPC. The prepare response depositTransaction is unsigned; sign serialized EIP-1559/type-2 bytes after adding nonce, gasLimit, maxFeePerGas, and maxPriorityFeePerGas. The seller wallet needs Base ETH for gas. This is not a generic RPC relay.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listingIdYesUUID of the pending resale listing whose prepared deposit transaction was signed
signedTransactionYes0x-prefixed serialized signed transaction bytes for the exact prepared deposit transaction returned for this listing, not the unsigned depositTransaction JSON object

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses that the depositTransaction from prepare is unsigned, requires adding nonce/gas fields, and that the seller needs Base ETH. This provides useful behavioral context beyond just 'relay'. However, it doesn't explicitly state what the tool returns or what happens on failure, so it's not a perfect 5.

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 three sentences, front-loaded with purpose, then usage condition, then technical detail. No fluff; each sentence contributes. Very concise yet informative.

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 specialized relay tool with no output schema, the description covers purpose, precondition, signing details, gas requirement, and exclusion. It lacks explicit mention of the output or error behavior, but given the complexity and the presence of good schema descriptions, it is largely complete. A 4 is fitting.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds meaning by explaining the transaction type (EIP-1559/type-2), which fields to add, and clarifying the relationship between the signedTransaction and the prepared response. This goes beyond the schema's field descriptions, earning a 4.

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 a specific action ('Get the constrained resale deposit relay details') for a specific resource ('a pending listing'). It also differentiates from a generic relay by explicitly saying 'This is not a generic RPC relay', which distinguishes it from any other relay-like tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit usage conditions: 'Use only when the authenticated seller agent can sign the exact deposit transaction returned for that listing but cannot directly reach Base RPC.' It also gives a prerequisite ('The seller wallet needs Base ETH for gas') and a clear exclusion ('not a generic RPC relay'), making when/when-not usage very clear.

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.