Skip to main content
Glama

about

Retrieve platform information, pricing details, usage statistics, or documentation for the MCP Analytics server's data analysis and reporting capabilities.

Instructions

Get platform info, pricing, usage stats, or documentation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYesTopic: platform, pricing, current_usage, manual, or a docs section

Implementation Reference

  • The tool execution is dynamic: it proxies the tool call (including "about") to a remote server using `remoteClient.callTool`. There is no local hardcoded implementation for "about"; it is retrieved from the remote catalog.
    server.setRequestHandler(CallToolRequestSchema, async (request) => {
      try {
        const result = await remoteClient.callTool({
          name: request.params.name,
          arguments: request.params.arguments || {},
        });
        return result;
      } catch (err) {
        return {
          content: [{ type: "text", text: `Error: ${err.message}` }],
          isError: true,
        };
      }
    });

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/embeddedlayers/mcp-analytics'

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