Skip to main content
Glama

site

Draft a listing (validated against the terms before any money)

listing_draft

Creates a listing draft on Issafu. Send the fullest profile you can (listing_describe lists the fields); a scam-shaped or off-list field is refused by name. Returns the listing id and status awaiting_payment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
aboutNo
profileNo
sessionYesthe session token from agent_session_verify
websiteNo
registerNo
servicesYes
languagesNo
authorisedYes
enquiryEmailNo
termsVersionYes
jurisdictionsYesISO codes
termsAcceptedYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It usefully discloses validation behavior ('scam-shaped or off-list field is refused by name'), that no money changes hands yet, and what is returned (id + awaiting_payment). It omits auth/session requirements, the consequences of missing terms acceptance, and idempotency or error handling.

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?

Three tight sentences with no filler, and the primary action is front-loaded. Slightly informational but each sentence contributes (behavior, field guidance, return value).

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

Completeness3/5

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

For a mutation tool with no annotations, no output schema and sparse schema coverage, the description covers return values and one validation rule but leaves too much unsaid about authorization (session), the terms gate, and required-field expectations. It is adequate but not complete enough for a 13-parameter tool.

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

Parameters2/5

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

Schema description coverage is only 15%, with 13 parameters (7 required) including nested objects. The description does not explain any parameter semantics itself and instead redirects to listing_describe, which is a reasonable pattern but leaves required fields like termsVersion, termsAccepted, authorised and services unexplained within this definition.

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?

States a specific verb and resource: 'Creates a listing draft on Issafu.' The word 'draft' plus the awaiting_payment status distinguishes it from the confirm/pay siblings, though it does not explicitly name them. An agent can infer this is the pre-payment creation step.

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

Usage Guidelines3/5

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

'Send the fullest profile you can (listing_describe lists the fields)' is a useful instruction and points to a sibling for field discovery. However, it gives no guidance on when to call this versus listing_confirm_usdc or the pay tools, and no prerequisites or ordering constraints are stated.

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.

Resources