Skip to main content
Glama
yusakuvol

Betting Method MCP Server

by yusakuvol

percentage_init

Initialize a fixed percentage betting session by setting bankroll, bet percentage, and minimum bet amount.

Instructions

Initialize a new Percentage (Fixed Percentage Betting) session with bankroll, percentage, and minimum bet

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
minBetYesThe minimum bet amount (floor when bankroll is low)
betPercentageYesThe percentage of bankroll to bet (e.g., 0.1 for 10%)
initialBankrollYesThe initial bankroll amount (e.g., 1000)
Behavior2/5

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

No annotations provided, so the description must carry the full burden. It does not disclose behavior on existing sessions (overwrite? error?), side effects, or authorization needs.

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 a single concise sentence that covers the essential information without unnecessary words.

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

Completeness3/5

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

The description is mostly complete for a simple initialization tool, but lacks context about whether it resets an existing session or what the return value is. Given the presence of a reset sibling tool, the missing detail is notable.

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 describes all parameters with comments (100% coverage). The description merely lists them without adding extra meaning or constraints.

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 the verb 'Initialize', the resource 'Percentage session', and the key parameters (bankroll, percentage, minimum bet). It distinguishes from siblings like percentage_record, which handle different operations.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives (e.g., handle existing sessions, prerequisites). It only implies usage for starting a session.

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/yusakuvol/betting-method-mcp'

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