Skip to main content
Glama

reports_view

View specific analysis reports by processing ID to access statistical insights, forecasts, and machine learning results from business data sources.

Instructions

View a specific report by processing ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
processing_idYesProcessing ID from tools_run

Implementation Reference

  • The tool 'reports_view' (along with all other tools) is handled by this dynamic proxy. It receives the request and forwards it to the remote client (api.mcpanalytics.ai).
    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