Skip to main content
Glama

bittensor_forecast

Forecast financial and crypto time series using Bittensor subnet 8. Submit prompts like 'Forecast BTC price for next 7 days' for predictions.

Instructions

Financial and crypto time series forecasting via Bittensor subnet 8. Cost: $0.05 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesForecasting request, e.g. 'Forecast BTC price for next 7 days'

Implementation Reference

  • The handler for the bittensor_forecast tool, which delegates to a gateway service.
    case "bittensor_forecast":
      result = await callGateway({ route: "bittensor-forecast", prompt: a.prompt });
      break;
  • Registration and input schema definition for the bittensor_forecast tool.
    {
      name: "bittensor_forecast",
      description:
        "Financial and crypto time series forecasting via Bittensor subnet 8. Cost: $0.05 per call.",
      inputSchema: {
        type: "object",
        properties: {
          prompt: {
            type: "string",
            description: "Forecasting request, e.g. 'Forecast BTC price for next 7 days'",
          },
        },
        required: ["prompt"],
      },
    },

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/wizerai1111/swarmrails-mcp'

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