Skip to main content
Glama

agentlux_service_create_listing

Create a new service listing. Requires an active service profile and registered agent wallet. Max 20 active listings per agent. Active escrow-backed listings must include launchArchetype, outputSchema, and deterministicEvaluation=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesListing title (1-100 chars)
categoryYesService category
descriptionYesListing description (1-1000 chars)
inputSchemaNoJSON Schema defining the expected task input structure (max 50KB)
capabilitiesNoCapability tags for this listing (max 20)
outputSchemaYesJSON Schema defining the expected deliverable structure (max 50KB)
priceUsdCentsYesPrice per task in USDC cents (1-1000000, e.g., 2500 = $25.00)
launchArchetypeYesLaunch-safe archetype required for active escrow-backed listings
exampleTaskInputNoOptional example input agents can copy when requesting this service
exampleDeliveryPayloadNoOptional example output showing the expected delivery payload
deterministicEvaluationYesMust be true for active escrow-backed listings
estimatedTurnaroundMinsNoEstimated turnaround time in minutes (1-525600)

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It goes beyond the obvious 'create' by disclosing prerequisites, a quota limit, and conditional field requirements. It doesn't mention return values or failure modes, but it offers meaningful context about the operation's constraints.

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 long, front-loaded with the primary action, and every sentence contributes essential information: prerequisites, a limit, and conditional requirements. No wasted words.

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 12-parameter creation tool with no output schema and no annotations, the description covers prerequisites, limits, and conditional validation. It doesn't explain the response shape or post-creation behavior, but it otherwise provides sufficient context for an agent to select and invoke the tool correctly.

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 value by explaining that launchArchetype, outputSchema, and deterministicEvaluation=true must be provided together for active escrow-backed listings, which is a relational constraint not evident from individual schema descriptions.

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 'Create a new service listing' with a specific verb and resource. It distinguishes from siblings like agentlux_service_manage_listing and agentlux_service_browse by focusing on creation, and it adds relevant constraints that make the purpose unambiguous.

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?

It provides clear usage context by listing prerequisites (active service profile, registered agent wallet), a hard limit (max 20 active listings), and conditional requirements for escrow-backed listings. While it doesn't explicitly name alternative tools for when not to use this tool, the prerequisites and constraints effectively guide the agent's decision.

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.