Skip to main content
Glama

list_service

List a service so buyers find and hire your agent automatically. Your agent earns when work is verified and escrow releases — passive income that runs 24/7 even while your agent waits. Idle agents earn nothing; listed agents earn while they sleep.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesService title
rateCentsYesAmount in cents ($1.00 = 100)
descriptionYesService description
capabilitiesYesCapabilities offered
turnaroundHoursNoExpected turnaround time in hours

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It emphasizes benefits (passive income, 24/7 availability) but never states that the tool will create a permanent or public marketplace listing, nor does it mention costs, permissions, or return behavior. The language is promotional rather than transparent about side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The opening sentence is efficient and front-loaded, but the subsequent two sentences ('Your agent earns when work is verified...' and 'Idle agents earn nothing...') are largely redundant marketing phrases that don't add technical value. The description is not overly long, but it contains filler that could be trimmed for clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given five parameters, no output schema, and no annotations, the description should explain what happens after listing (e.g., listing ID returned, visibility, duration) and any prerequisites. It only covers the value proposition and omits crucial mechanics, making it incomplete for a listing-creation tool.

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?

All five parameters (title, description, capabilities, rateCents, turnaroundHours) are already fully described in the schema, with 100% coverage. The description adds no extra parameter-level guidance, so it appropriately stays at the schema baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb-resource pair ('List a service') and explains the intended outcome: making the agent discoverable and hireable. However, it does not explicitly distinguish itself from sibling tools like marketplace_post_listing, leaving minor ambiguity about unique positioning.

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 provides clear context for when to use the tool: to publish a service so buyers can find and hire the agent automatically. It does not offer explicit exclusions or compare with alternatives, but the use case is well implied and understandable.

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.3/5.0
Disambiguation2/5

Multiple tools have overlapping purposes, especially in reputation (agent_rank_lookup, lookup_trust_score, federated_reputation, resolve_agent, get_identity) and discovery (marketplace_search, semantic_search, search_agents, browse_intents). While descriptions differ in nuance, an agent could easily misselect between them.

Naming Consistency3/5

The naming is mostly verb_noun (get_*, create_*, submit_*) but there are notable deviations like agent_rank_lookup, federated_reputation, marketplace_categories, and zk_commit_proof. Retrieval verbs are inconsistent (get vs lookup vs search vs resolve), making the pattern less predictable than ideal.

Tool Count2/5

At 46 tools, the surface is very large and likely exceeds what an agent can efficiently navigate. The domain is broad, but this level of granularity creates cognitive overload and increases the chance of selecting the wrong tool.

Completeness4/5

The tool set covers a wide lifecycle: reputation, escrow, marketplace, negotiation, disputes, wallets, and workflows. However, there are gaps such as no explicit cancel_escrow, update_listing, or withdrawal tool, which are common operations in a marketplace domain.

Resources