Skip to main content
Glama
rajephon
by rajephon

lotto_buy_precheck

Read-only

Pre-check Korean Lotto 6/45 purchases with a dry run. View gate decision and remaining games per round limit without buying.

Instructions

구매 사전 점검 (드라이런). 게이트 판정과 다음 단계만 알려주고 절대 구매하지 않는다.

회차당 한도가 남아 있으면 이미 구매한 회차라도 남은 만큼 더 살 수 있다. 남은 게임 수는 round_remaining_games 에 담긴다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gamesNo게임 수 (1게임 1,000원)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description reinforces the readOnlyHint annotation by explicitly stating 'never purchases'. It adds useful behavioral context about re-purchase rules (remaining round limit allows additional purchases) and mentions that remaining game count appears in 'round_remaining_games'. This goes beyond minimal annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured: it opens with the core purpose (dry run), then explains the limit edge case. Every sentence earns its place and adds meaningful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has an output schema (not shown but present), so return values are covered elsewhere. The description explains the dry-run behavior, gate decision, limit handling, and remaining game field, making it sufficiently complete for a precheck tool given its simplicity and annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides a full description for the only parameter 'games' ('number of games (1 game 1,000 won)'), so schema coverage is 100%. The description does not add extra parameter guidance, but that is not needed since the schema fully documents it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it is a 'purchase pre-check (dry run)' that only provides gate decision and next step, never making an actual purchase. This distinguishes it from sibling tools like lotto_draw, which presumably performs the actual purchase.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies this tool is for pre-purchase validation: it 'only tells gate decision and next step' and 'never purchases'. This contrasts with lotto_draw, but it does not explicitly name alternatives or provide explicit when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/rajephon/k-lottery'

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