deploy_solana_contract
Programmatically initializes SPL Escrows, cNFT Badge Issuers, or Raydium Vaults on Solana Mainnet ($5.00 USDC)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| contractType | Yes |
I used the same url for two different postings.
Programmatically initializes SPL Escrows, cNFT Badge Issuers, or Raydium Vaults on Solana Mainnet ($5.00 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| contractType | Yes |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Input schema / properties / contractType / descriptionRemoved value: -"Solana program state architecture to initialize"Input schema / properties / params / descriptionRemoved value: -"Parameters for initialization (e.g., mints, fee rates, merkle trees)"Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full disclosure burden and adds meaningful behavioral context: the operation is a state-changing on-chain action, it costs $5.00 USDC, and it targets Solana Mainnet (permanent, real-value, irreversible) rather than a testnet. It does not cover prerequisites like wallet/funds, failure modes, or idempotency, but the cost and network disclosures are highly material for an agent deciding whether to invoke.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single tightly-phrased sentence that front-loads the action verb, enumerates the three supported contract types, and appends the two most operationally relevant facts (network and fee). There is no filler, no repetition of the tool name, and every phrase earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description is complete enough for tool selection: an agent can tell exactly when this is the right tool and roughly what it does. It falls short on invocation: 'params' is opaque, there is no output schema or description of what a successful deploy returns, and no mention of wallet or funding prerequisites. For a paid mainnet deployment with three distinct contract types, input and result behavior should be better specified.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate, and it partially does: it translates the cryptic enum keys (spl_escrow, cnft_badge, raydium_vault) into human-readable contract type names. However, the 'params' nested object is never mentioned, leaving its content and per-type structure entirely to inference. The compensation is real but incomplete.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('initializes') with concrete resources ('SPL Escrows, cNFT Badge Issuers, Raydium Vaults') on an explicit network ('Solana Mainnet'). It names exactly three deployable contract types that map directly to the schema enum, and adds the operational detail of a $5.00 USDC fee. This unmistakably identifies it as the blockchain deployment tool among unrelated siblings like base_analytics and browser_scraper.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context for when to use this tool: whenever an SPL Escrow, cNFT Badge Issuer, or Raydium Vault needs to be created on Solana Mainnet. It does not explicitly state when-not-to-use scenarios or name alternatives, but the sibling set (analytics, scraping, data feeds) is so different in domain that an agent would not confuse them. The fee disclosure also implicitly signals a budget prerequisite.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Several tools cluster around web content retrieval: web_scraper, browser_scraper, extract_json, and render_screenshot all pull from web pages and could be confused. data_feeds and public_data_feed also sound similar. Most other tools have distinct purposes, but these overlapping clusters create real selection ambiguity.
Tool names mix verb-led conventions like deploy_contract, extract_json, and render_screenshot with noun-led names like browser_scraper, pdf_extractor, and smart_contract_verifier. Pairs such as web_scraper vs browser_scraper and extract_json vs pdf_extractor are also stylistically inconsistent.
Twelve tools is a reasonable count for a paid gateway offering data extraction, feeds, and contract deployment. However, the scraping/extraction cluster is somewhat redundant, so the set could be tightened without losing much functionality.
The toolset broadly covers web data extraction, PDF processing, feeds, Base/Solana contract deployment, and blockchain analytics. Notable gaps include the lack of Solana-side balance/analytics tools and any post-deployment contract interaction or management capability.