Skip to main content
Glama

psu_measure_current

Measure the actual output current on a specified power supply channel (1-3) to verify circuit behavior.

Instructions

Measure the actual output current 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.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It discloses that the tool measures actual current, but does not mention whether the output must be enabled, whether it triggers a new measurement or returns the last reading, or what units are returned. This is a significant gap for a measurement operation.

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 extremely concise: one sentence for purpose and one line for the parameter. It is front-loaded with the core action and wastes no words, making it easy for an agent to parse quickly.

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?

Given that an output schema exists (so return format need not be described), the description covers the essential facts: what the tool measures and the only parameter's valid values. It lacks explicit usage context vs. alternatives, but the simplicity of the tool and the presence of an output schema keep this from being a major gap.

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?

The schema only defines 'channel' as an integer with no description, while the tool description adds concrete valid values: 'Channel number (1, 2, or 3).' This compensates for the 0% schema description coverage and gives the agent the essential constraint needed to call the tool correctly.

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 states a specific verb ('Measure') and resource ('actual output current on a power supply channel'), making the tool's operation clear. It also distinguishes itself from sibling tools like psu_set_current and psu_get_current by emphasizing 'actual' output, which implies a measured value rather than a setpoint.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage by saying 'Measure the actual output current,' which suggests using this when a live measurement is needed rather than a setpoint query (psu_get_current). However, it does not explicitly state when to choose this over alternatives or mention any exclusions, so the guidance remains indirect.

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