Skip to main content
Glama

connect_info

Retrieve environment details including accessible wallets, policies, and capabilities to understand available crypto operations before proceeding.

Instructions

Get self-discovery info: accessible wallets, policies, capabilities, and AI-ready prompt. Call this first to understand your environment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Tool registration and handler for connect_info which wraps the GET /v1/connect-info endpoint.
    export function registerConnectInfo(server: McpServer, apiClient: ApiClient): void {
      server.tool(
        'connect_info',
        'Get self-discovery info: accessible wallets, policies, capabilities, and AI-ready prompt. Call this first to understand your environment.',
        {},
        async () => {
          const result = await apiClient.get('/v1/connect-info');
          return toToolResult(result);
        },
      );
    }

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/minhoyoo-iotrust/WAIaaS'

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