Skip to main content
Glama
p1xelapp

solana-nft-mcp

by p1xelapp

How NFTs are handled: escrow, freezing, delegates, royalties

explain_mechanics
Read-only

Get cited explanations of Solana NFT mechanics: escrow, freeze, royalties, and marketplace behavior, including observed deviations from documentation.

Instructions

Plain-words explanation of how a standard or a marketplace actually handles an asset: why an NFT moved to an unknown wallet (escrow), whether a project can take it back (permanent delegates), why it cannot be listed (freeze), who gets paid on a sale and where royalties are enforced, why two sites show different floors, what a wash trade looks like, what changes in a standards migration. Covers Metaplex Core plugins, Token Metadata and programmable NFTs, compressed NFTs, and the Solana marketplaces (Magic Eden order book and pools, Tensor, OpenSea, Candy Digital, Collector Crypt). Every entry cites the documentation or program source it came from and says when observed behaviour differs from what is documented. Answers 'what does frozen mean', 'can they burn my card', 'is Magic Eden custodial'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYesA question or a term: 'escrow', 'royalties on Tensor', 'permanent transfer delegate'

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.17.2

TDQS

A4.3/5.0
Behavior5/5

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

Annotations provide readOnlyHint and openWorldHint, but the description goes beyond by stating that every entry cites its documentation or program source and notes when observed behavior differs from documentation. This is a valuable behavioral disclosure about reliability and transparency, and it also hints at the depth and verification behind answers. No contradiction with annotations.

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 a single dense paragraph but efficiently packs a broad scope into a few sentences. It front-loads the core purpose and then lists concrete coverage areas. It is not overly verbose given the complexity of the tool, and every sentence contributes information. Slightly more structured formatting could improve readability, but it remains concise.

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 an explanation tool with no output schema, the description provides ample context: what it covers, what types of questions it answers, and its source-citation behavior. It does not explicitly state the output format (e.g., a text answer), but that is implied. Given the breadth of topics, the description is sufficiently complete for an agent to decide when to invoke it.

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?

There is only one parameter, 'topic', and the schema already provides a rich description with examples ('escrow', 'royalties on Tensor', 'permanent transfer delegate'). The tool description repeats those examples but adds no new information about the parameter. With 100% schema coverage, the description adds no extra semantic value beyond the schema, so a baseline of 3 is appropriate.

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 uses a specific verb ('explain') and a clear resource ('how a standard or a marketplace handles an asset'), then enumerates concrete scenarios (escrow, freeze, royalties, wash trades, standards migration). It distinguishes itself from sibling data-retrieval tools by focusing on conceptual explanation rather than raw facts, and even names the specific protocols and marketplaces covered.

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 makes the tool's use case obvious through the list of example questions ('what does frozen mean', 'can they burn my card', 'is Magic Eden custodial') and the explicit coverage of platforms and standards. It does not explicitly name sibling tools or state when not to use them, but the contrast with the data-lookup siblings is implicit and strong.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.