rs3005p-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_serial_portsA | List serial ports available on this machine. Use this to find the port the power supply is on (it enumerates as a USB
virtual COM port, e.g. |
| connectA | Open a serial connection to the power supply and verify it responds. Args:
port: Serial port name, e.g. Returns the device identification string and the active output limits. |
| disconnectA | Close the serial connection to the power supply. |
| get_identificationA | Return the instrument identification string ( |
| set_voltageA | Set the output voltage setpoint, in volts. Rejected if outside the connected model's range (e.g. 0-30 V on RS-3005P). |
| set_currentA | Set the output current limit, in amps (0-5 A). In constant-current operation this is the current the supply holds the output to; rejected if outside the model's range. |
| get_setpointsA | Return the configured voltage and current setpoints. |
| measureA | Read the actual output voltage (V) and current (A) at the terminals. |
| set_outputB | Enable (True) or disable (False) the output terminals. Enabling makes the terminals live at the configured setpoints. |
| set_ocpA | Arm (True) or disarm (False) over-current protection. When armed, the output is cut off if the current reaches the setpoint. |
| get_statusA | Return decoded device status: output state, CV/CC mode, OCP state. |
| get_stateA | Return a full snapshot: setpoints, live measurements and status. |
| save_settingsA | Store the current panel settings into memory slot (1-5). |
| recall_settingsB | Recall panel settings from memory slot (1-5). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 14 tools
Each tool has a clearly distinct purpose: connection management, configuration, measurement, status queries, memory operations, and output control. No two tools overlap in functionality.
All tool names follow a consistent verb_noun snake_case pattern (e.g., set_voltage, get_state, list_serial_ports), making them predictable and easy to distinguish.
14 tools cover the essential operations for a programmable power supply without being excessive. Each tool serves a clear purpose, and the count is well-scoped for the domain.
The tool set covers core operations: connection, configuration, measurement, status, memory, and protection. Minor omissions like a factory reset or calibration tool are present but not critical for typical use.