Skip to main content
Glama

SWLC MCP Server

sync_lottery_data

Synchronizes the latest data for specified lottery types into a local database, enabling efficient access and analysis of lottery information.

Instructions

同步指定彩票类型的最新数据到本地数据库

Input Schema

NameRequiredDescriptionDefault
lottery_typeYes彩票类型
periodsNo同步期数

Input Schema (JSON Schema)

{ "properties": { "lottery_type": { "description": "彩票类型", "enum": [ "双色球", "福彩3D", "七乐彩", "快乐8" ], "type": "string" }, "periods": { "default": 10, "description": "同步期数", "maximum": 50, "minimum": 1, "type": "integer" } }, "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