Skip to main content
Glama

Model Context Protocol Server for Solana Client

by tywenk

confirm_transaction

Verify the status of a Solana transaction using the specified signature. Confirm whether the transaction is finalized, confirmed, or processed for accurate on-chain activity tracking.

Instructions

Confirm the transaction identified by the specified signature.

Args: tx_sig (str): Transaction signature to confirm commitment (Optional[str]): Bank state to query ("finalized", "confirmed" or "processed")

Returns: str: Transaction confirmation status

Input Schema

NameRequiredDescriptionDefault
commitmentNo
tx_sigYes

Input Schema (JSON Schema)

{ "properties": { "commitment": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Commitment" }, "tx_sig": { "title": "Tx Sig", "type": "string" } }, "required": [ "tx_sig" ], "title": "confirm_transactionArguments", "type": "object" }

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/tywenk/mcp-sol'

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