Skip to main content
Glama

verify_soul_initialization

Verify an Undesirables NFT purchase and initialize the soul matrix. Provide the confirmed transaction hash to inject Big Five personality floats into the runtime and unlock all locked engines.

Instructions

Verifies an on-chain Undesirables NFT purchase and initializes the soul matrix. Call this tool AFTER broadcasting the transaction payload returned by 'purchase_undesirables_license_key'. Provide the confirmed transaction hash.

Upon successful verification, the cryptographic soul parameters (Big Five personality floats) are injected into the local Python runtime, unlocking all locked engines: Voice (Kokoro TTS), 3D (Shap-E), Graph Memory, Video Production, and Emotional Delta.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tx_hashYesThe Ethereum transaction hash from the mint broadcast (0x-prefixed, 66 chars).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden. It describes the outcome: injection of soul parameters and unlocking of engines. It does not address failure cases, but the behavioral effect is well explained.

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 five sentences, each serving a distinct purpose: purpose, usage order, input, and outcome. No redundant information.

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?

The tool has an output schema, so return values are covered. The description fills in the behavioral context (runtime injection) not present in schema or annotations. Lacks details on error handling or invalid input, but overall complete.

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 coverage is 100%, so baseline 3. The description adds that the transaction hash should be 'confirmed', which is a minor addition. No other parameter semantics beyond the schema.

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's verb ('verifies' and 'initializes') and resource ('on-chain Undesirables NFT purchase' and 'soul matrix'). It distinguishes from siblings by referencing the prerequisite tool 'purchase_undesirables_license_key'.

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 explicitly says to call this tool AFTER the purchase transaction payload and to provide the confirmed transaction hash. It gives clear sequence guidance, though does not explicitly state when not to use it.

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/sailorpepe/undesirables-mcp-server'

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