Skip to main content
Glama

set_voltage

Set the output voltage setpoint without enabling the output. User approval is required for voltages exceeding session safety limits.

Instructions

Set the output voltage setpoint (does not switch the output on).

Gated by session safety limits: the user is prompted on first use and must approve anything above the session max.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNo
voltsYes
Behavior4/5

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

Without annotations, the description carries the burden and discloses key behaviors: it does not turn on output and has safety limits. However, it omits details like required permissions or error handling.

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 exceptionally concise, with two sentences that front-load the main action and provide essential safety context without redundancy.

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?

Given the absence of an output schema, the description does not describe return values or failure modes. The missing explanation for the 'port' parameter reduces completeness, though the tool is simple.

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

Parameters2/5

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

The description only implicitly covers the 'volts' parameter and fails to explain the 'port' parameter, leaving its purpose unclear. With 0% schema description coverage, the description should compensate more.

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 action ('set the output voltage setpoint') and explicitly notes that it does not switch the output on, distinguishing it from sibling tools like output_on.

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 provides context about safety gating (user prompted on first use, approval needed above session max), which guides appropriate usage, though it does not explicitly contrast with alternatives like set_current.

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/JacobBeningo/devpsu'

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