Skip to main content
Glama

psu_measure_power

Measure actual output power on a specified power supply channel (1, 2, or 3) to verify delivered power.

Instructions

Measure the actual output power on a power supply channel.

Args: channel: Channel number (1, 2, or 3).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It states the operation ('measure actual output power') and the word 'actual' usefully implies a live reading rather than a setpoint, but it does not disclose whether the channel must be enabled, whether this is non-destructive, or any timing/error behavior.

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 two short lines with the purpose front-loaded and an Args section for the parameter. 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 single-parameter measurement tool with an output schema available, the description covers the essential purpose and parameter range. It could be more complete with explicit usage guidance or preconditions, but nothing critical is missing for this low-complexity tool.

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

Parameters5/5

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

Schema coverage is 0% and the schema only says 'Channel' as an integer. The description compensates fully by defining the single parameter as 'Channel number (1, 2, or 3)', adding the valid values the schema omits.

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 uses a specific verb ('Measure') and a specific resource ('actual output power on a power supply channel'), which clearly distinguishes it from siblings like psu_measure_voltage and psu_measure_current.

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?

There is no guidance on when to choose this tool over psu_measure_voltage/psu_measure_current or psu_get_*, and no mention of prerequisites such as the output being enabled. Usage context is only implicit in the verb and resource.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/colingimenez/SCPI_MCP'

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