Skip to main content
Glama
alxgmpr

serial-mcp

by alxgmpr

serial_get_signals

Read-onlyIdempotent

Read the current state of serial control signals (DTR, RTS, CTS, DSR, RI, CD) to check hardware flow control or verify device presence.

Instructions

Read the current state of all serial control signals.

Returns: DTR, RTS (output signals you control) and CTS, DSR, RI, CD (input signals from the remote device). Useful for checking hardware flow control state or verifying device presence.

Args: session_id: Port name of the session. Optional if only one session is open.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idNo
Behavior4/5

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

Annotations already declare readOnly and idempotent hints; the description adds which specific signals are returned, providing behavioral detail beyond the annotations without contradiction.

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 concise (4 lines), front-loaded with purpose, followed by return list and parameter details, with no unnecessary words.

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?

The description covers purpose, return values, and parameter usage adequately for a simple read tool, though it omits potential edge cases (e.g., error behavior) – adequate given no output schema.

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?

With 0% schema description coverage, the description fully explains the only parameter (session_id: port name, optional if one session), adding necessary meaning beyond the schema.

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 'Read the current state of all serial control signals' and lists specific signals (DTR, RTS, CTS, DSR, RI, CD), distinguishing it from sibling tools like serial_set_signals.

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?

It provides usage context ('useful for checking hardware flow control state or verifying device presence') and mentions the session_id parameter's optionality, but does not explicitly exclude alternative tools.

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/alxgmpr/serial-mcp'

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