Skip to main content
Glama

agent_advisor

Guides analysis and interprets results for business data from Shopify, Stripe, WooCommerce, and other platforms. Ask questions to get interactive reports.

Instructions

Conversational AI that guides analysis and interprets results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesYour question or request

Implementation Reference

  • The implementation of 'agent_advisor' (and all other tools) is dynamic, proxied through the 'remoteClient' in the 'tools/call' request handler. The tools are fetched from a remote API at startup.
    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