Skip to main content
Glama

SWLC MCP Server

generate_random_numbers

Generate randomized lottery number recommendations for games like Double Color Ball, 3D Lottery, and Seven Happiness Lottery on the SWLC MCP Server. Customize by selecting lottery type and number of sets.

Instructions

生成随机彩票号码推荐

Input Schema

NameRequiredDescriptionDefault
countNo生成组数
lottery_typeYes彩票类型

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 1, "description": "生成组数", "maximum": 10, "minimum": 1, "type": "integer" }, "lottery_type": { "description": "彩票类型", "enum": [ "双色球", "福彩3D", "七乐彩", "快乐8" ], "type": "string" } }, "required": [ "lottery_type" ], "type": "object" }

Other Tools from SWLC MCP Server

Related Tools

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/liuguoping1024/swlc-mcp'

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