Skip to main content
Glama
deanxizian

balatro-codex-mcp

by deanxizian

Cash out round rewards

balatro_cash_out
Destructive

Cash out round rewards and transition to the shop state after a round evaluation. Requires the current state token to proceed.

Instructions

仅 ROUND_EVAL 可用,结算奖励并进入商店。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
expected_state_tokenYes最新 state_token;必填。
Behavior3/5

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

Annotations already flag the tool as destructive and non-read-only, so the mutating nature is known. The description adds the ROUND_EVAL availability and shop transition, which is useful, but it doesn't detail what exactly is finalized or whether any actions become irreversible beyond the annotation. This is adequate but not rich.

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 compact sentence that front-loads the availability constraint and then states the action and result. There is no filler or redundant information, making it appropriately concise.

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

Completeness4/5

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

For a simple state-transition tool, the description covers when it can be used and what it does, and with annotations and schema covering safety and parameters, it is reasonably complete. It lacks output-format detail, but no output schema exists, so this is acceptable.

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 only parameter, expected_state_token, is fully described in the schema as the latest state token and required. The description adds no parameter-level insight, but with 100% schema coverage, the baseline of 3 is appropriate.

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

Purpose4/5

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

The description states the action clearly: 'settles rewards and enters the shop' and restricts it to ROUND_EVAL, which distinguishes it from siblings like play_cards or next_round. However, it does not specify what rewards are included (e.g., money, interest), leaving slight ambiguity.

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 phrase '仅 ROUND_EVAL 可用' gives an explicit precondition for when the tool may be called, which is strong guidance. It doesn't name alternatives or exclusions beyond the state gate, but the context is sufficient for the agent to decide when to invoke it.

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/deanxizian/balatro-codex-mcp'

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