Skip to main content
Glama
dmang-dev

mcp-retroarch

retroarch_save_state_current

Save the current emulator state to the slot selected via state_slot_plus/minus commands.

Instructions

Save state to the currently-selected slot. RetroArch's NCI doesn't expose a 'save to slot N' command — you must walk the slot selector to N first using state_slot_plus/minus, then call this. The current slot is RetroArch's internal state and isn't reported back.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Despite no annotations, the description discloses that the current slot is internal state and not reported back, warning of no feedback. This adds valuable behavioral context beyond the schema, though it does not mention error handling or synchronicity.

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?

Three sentences with zero fluff: first states purpose, second provides usage prerequisite, third discloses behavioral limitation. Every sentence earns its place.

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 tool with no parameters, no output schema, and no annotations, the description covers purpose, usage prerequisite, and a key behavioral trait (no feedback). It does not mention error conditions but is largely complete for its simplicity.

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

Parameters4/5

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

With 0 parameters and 100% schema coverage, the description has no need to explain parameters. The baseline for no parameters is 4, and the description adds no parameter information, which is appropriate.

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 'save' and the resource 'currently-selected slot'. It distinguishes from siblings like load_state_current and explains the prerequisite of using state_slot_plus/minus, making the purpose unambiguous.

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 explicitly instructs to 'walk the slot selector to N first using state_slot_plus/minus, then call this', providing clear usage guidance. It implies when to use (after selecting a slot) and when not to (without prior slot selection), though it does not explicitly list alternatives.

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/dmang-dev/mcp-retroarch'

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