Skip to main content
Glama

get_armor_mcp_version

Retrieve the current Armor Wallet version for blockchain operations, bridging, swapping, and AI agent trading strategies on the Armor Crypto MCP server.

Instructions

Get the current Armor Wallet version

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The main handler function for the 'get_armor_mcp_version' tool. It is decorated with @mcp.tool() which also registers it with the MCP server. Simply returns a dictionary with the package version from __version__.
    @mcp.tool() async def get_armor_mcp_version(): """Get the current Armor Wallet version""" return {'armor_version': __version__}
  • The package version constant referenced and returned by the get_armor_mcp_version tool.
    __version__ = "0.2.1"
  • The @mcp.tool() decorator registers this function as a tool named 'get_armor_mcp_version' with the FastMCP server.
    @mcp.tool() async def get_armor_mcp_version(): """Get the current Armor Wallet version""" return {'armor_version': __version__}

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/armorwallet/armor-crypto-mcp'

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