Skip to main content
Glama
elliotttate

MCP SteamOS Devkit

by elliotttate

set_steam_client

Switch the Steam client mode for a game on a SteamOS devkit device to configure launch behavior, debugging, and network settings.

Instructions

Switch the Steam client mode used by the main session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNo
modeYes
loginNo
gameidYes
targetYes
gdbserverNo
http_portNo
name_typeNoguess
confirmation_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, so description carries full burden. It only says 'switch', implying a state change, but fails to disclose side effects, required permissions, or whether the switch is immediate or queued. Substantially insufficient.

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

Conciseness2/5

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

The description is a single short sentence but omits critical information given the tool's complexity. It is not appropriately scaled; the cost of brevity is too high.

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

Completeness1/5

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

With no annotations, 0% schema coverage, 9 parameters, and an output schema not leveraged, the description is completely inadequate. The agent cannot safely or correctly invoke this tool based on the current definition.

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

Parameters1/5

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

Schema description coverage is 0%, but the description adds no explanation for any of the 9 parameters (3 required). The agent lacks any insight into what 'target', 'gameid', 'mode', etc. mean or how they interact.

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

Purpose3/5

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

The description states it switches the Steam client mode for the main session, providing a verb and resource. However, it lacks specificity and does not differentiate from sibling tools like set_session or steam_frame properties. The term 'mode' is vague.

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?

No guidance on when to use this tool versus alternatives, no prerequisites or exclusions. The description is purely declarative with no context for decision-making.

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/elliotttate/mcp-steamos-devkit'

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