Skip to main content
Glama

bittensor_data

Analyze and synthesize data using Bittensor's Data Universe subnet to process data analysis requests through a pay-as-you-go model.

Instructions

Data analysis and synthesis via Bittensor subnet 13 (Data Universe). Cost: $0.005 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesData analysis request

Implementation Reference

  • The handler logic for 'bittensor_data' which calls the gateway with the 'bittensor-data' route.
    case "bittensor_data":
      result = await callGateway({ route: "bittensor-data", prompt: a.prompt });
      break;
  • The tool schema definition for 'bittensor_data'.
      name: "bittensor_data",
      description:
        "Data analysis and synthesis via Bittensor subnet 13 (Data Universe). Cost: $0.005 per call.",
      inputSchema: {
        type: "object",
        properties: {
          prompt: { type: "string", description: "Data analysis request" },
        },
        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