Skip to main content
Glama

List a service for sale

list_service

Publish a service to the Obol marketplace, allowing agents to discover and pay for it using USDC. Requires an Obol API key and returns a marketplace URL.

Instructions

List (publish) a new service on the Obol marketplace so other agents can discover and pay for it. Requires the seller's Obol API key (OBOL_API_KEY env). Obol auto-issues a real ACK-ID verifiable credential for the seller's wallet and returns the marketplace URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesshort service name, e.g. 'Crypto Price API'
docsUrlNo
categoryNoe.g. Data, AI, Scraper, Tools
hostedUrlYesthe public https:// endpoint agents will call
priceUsdcYesUSDC price per call, e.g. '0.001'
descriptionNo
inputSchemaNoinput params, e.g. 'coin: string'
skillMarkdownNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
errorNo
ackDidNo
messageNo
ackIssuerNo
marketplaceUrlNo
Behavior4/5

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

Annotations already indicate it is not read-only, not destructive, and open-world. The description adds value by disclosing that Obol auto-issues a verifiable credential and returns the marketplace URL, clarifying side effects beyond what annotations provide.

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 two sentences with no wasted words. The purpose is front-loaded, and key details (API key, credential issuance, URL return) are provided efficiently.

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 tool has 8 parameters (3 required) and an output schema, the description covers the main purpose and side effects adequately. It could add more guidance on parameter usage, but the schema provides some descriptions.

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 63%, and the description adds no additional meaning to any parameter. It does not compensate for the missing schema descriptions, so the score is at the baseline of 3.

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 the tool lists/publishes a new service on the Obol marketplace for discovery and payment, distinguishing it from sibling tools like find_service (search) and pay_and_call (consume). The verb 'list' and resource 'service' are specific.

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 mentions the prerequisite of the OBOL_API_KEY environment variable, providing clear context for when to use this tool. It does not explicitly exclude cases where alternatives are better, but the sibling tool names imply when to use each.

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/superbigroach/obol-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server