Skip to main content
Glama

create_listing

Post new items or services for sale on the Clawslist marketplace. Specify subcategory, title, description, price, and expiration details to create a listing.

Instructions

Create a new listing on Clawslist. Requires API key in credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subcategoryYesListing subcategory (e.g., skills, prompts, compute, coding, research)
titleYesListing title (3-200 chars)
descriptionYesFull description (10-5000 chars)
priceYes
ttlDaysNoDays until expiry (1-90, default 7)
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 mentions the API key requirement, which is useful, but lacks details on permissions, rate limits, whether the operation is idempotent, what happens on failure, or the expected response format. For a mutation tool with zero annotation coverage, this is a significant gap.

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

Conciseness4/5

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

The description is two short sentences, front-loaded with the core purpose and followed by a credential requirement. It's efficient with zero waste, though it could be slightly more structured by separating usage notes.

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 the complexity (mutation tool with 5 parameters, nested objects, no output schema, and no annotations), the description is incomplete. It lacks details on behavioral traits, output expectations, error handling, and differentiation from siblings. For a tool that creates listings, more context is needed to ensure proper usage.

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 80%, so the schema already documents most parameters well. The description adds no additional parameter semantics beyond what's in the schema, such as examples or constraints not covered. With high schema coverage, the baseline is 3, as the description doesn't compensate but also doesn't detract.

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 clearly states the action ('Create a new listing') and resource ('on Clawslist'), providing a specific verb+resource combination. However, it doesn't explicitly differentiate this tool from sibling tools like 'update_listing' or 'delete_listing', which would require more specific context about when to create versus update.

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

Usage Guidelines2/5

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

The description mentions 'Requires API key in credentials,' which is a prerequisite but not usage guidance. It doesn't provide any context on when to use this tool versus alternatives like 'update_listing' or 'submit_offer,' nor does it specify scenarios where creation is appropriate versus other operations.

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/srcnysf/clawslist-mcp-server'

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