Skip to main content
Glama

Prepare an internal-marketplace listing

prepare_internal_listing
Read-only

Prepare token approval and listing calls for the NFH-owned Sepolia marketplace. Caller encodes, signs, and submits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sellerYesEVM address.
tokenIdYesNFH token id.
deadlineYesUnix expiry as a decimal string.
priceWeiYesExact listing price in wei.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsYes
schemaYes
statusYes
networkYes
tokenIdYes
warningsYes
mcpSignedYes
reasonCodeNo
mcpSubmittedYes
marketplaceContractYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • addedInput schema / properties / deadline / description
      Added value: +"Unix expiry as a decimal string."
    • addedInput schema / properties / priceWei / description
      Added value: +"Exact listing price in wei."
    • changedInput schema / properties / seller / description
      Previous value: -"A 20-byte EVM wallet or contract address."New value: +"EVM address."
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The annotations already establish a readOnlyHint=true profile, and the description adds behavioral nuance: the tool only prepares calls, while the caller must encode, sign, and submit them. This does not contradict the annotations and helps the agent understand that invoking the tool does not execute the listing.

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?

Two sentences convey the tool's target, its purpose, and the caller's follow-up step. There is no fluff, and the core purpose is front-loaded.

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 four-parameter prep tool with a complete schema and an output schema, the description is sufficiently complete. It even includes the critical nuance that the caller is responsible for encoding, signing, and submitting. It could be stronger by explicitly distinguishing among the several prepare listing siblings, but the marketplace and purpose are clear enough.

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?

The input schema provides 100% coverage of the four required parameters, including formats and meanings. The description adds no extra parameter-level detail, so the baseline of 3 is appropriate: the schema is doing the heavy lifting.

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 begins with a concrete verb and object, 'Prepare token approval and listing calls,' and specifies the exact scope, 'NFH-owned Sepolia marketplace.' This clearly distinguishes it from mainnet or general-purpose listing siblings without requiring the agent to inspect schemas.

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 gives clear context about which environment this tool targets: the internal Sepolia marketplace. It does not explicitly name alternatives such as prepare_mainnet_listing or prepare_listing, so it misses the explicit when-not-to-use guidance required for a 5.

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.