Skip to main content
Glama
types.ts523 B
/** * Response interface for blockchain transactions */ export interface TransactionResponse { /** Transaction hash from the blockchain */ transactionHash: string; /** Explorer URL for viewing the transaction */ explorerUrl: string; /** Whether the transaction was successful */ success: boolean; /** Amount of gas used in the transaction */ gasUsed: string; /** Amount of gas wanted for the transaction */ gasWanted: string; /** Optional additional fields */ [key: string]: any; }

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/allthatjazzleo/mantrachain-mcp'

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