Skip to main content
Glama

get_armor_mcp_version

Retrieve the current version of the Armor Wallet to verify compatibility and access the latest cryptocurrency management features.

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 serves as the registration. Simply returns the package __version__ as the Armor MCP version.
    @mcp.tool() async def get_armor_mcp_version(): """Get the current Armor Wallet version""" return {'armor_version': __version__}
  • Defines the __version__ constant imported and used by the get_armor_mcp_version tool.
    __version__ = "0.2.1"
  • The @mcp.tool() decorator registers the get_armor_mcp_version function as an MCP tool.
    @mcp.tool()

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

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