Skip to main content
Glama

at_configure

Configure serial port parameters such as baud rate, data bits, parity, stop bits, and flow control for AT commands over serial.

Instructions

Configure serial port parameters (baud rate, data bits, parity, stop bits, flow control). Can be called before or after opening the port.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parityNoParity: N(None), E(Even), O(Odd), M(Mark), S(Space). Default N.N
rtsctsNoHardware flow control RTS/CTS. Default false.
timeoutNoRead timeout in seconds. Default 1.0.
xonxoffNoSoftware flow control XON/XOFF. Default false.
baudrateNoBaud rate. Common values: 9600, 115200, 921600, 1000000. Default 115200.
bytesizeNoData bits: 5, 6, 7, 8. Default 8.
stopbitsNoStop bits: 1, 1.5, 2. Default 1.
Behavior3/5

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

With no annotations, the description carries full burden but only adds timing context. It lacks details on side effects, permission requirements, or whether changes take effect immediately. The statement 'Can be called before or after opening the port' is helpful but incomplete for a full behavioral picture.

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 sentences, both front-loaded with key information. Every word is necessary and there is no fluff, making it highly concise and structured.

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 7 optional parameters with full schema coverage and no output schema, the description adequately conveys the tool's purpose and timing. It could mention that all parameters have defaults, but the schema already provides those details. Overall, it is sufficiently complete for an agent to understand and use the tool.

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

Parameters3/5

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

Schema description coverage is 100%, so baseline is 3. The description lists parameter categories but adds no extra meaning beyond the schema's descriptive names and defaults. It does not provide examples or constraints.

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 tool configures serial port parameters and lists the categories (baud rate, data bits, etc.). It distinguishes itself from sibling tools like at_open_port and at_send_command by focusing specifically on configuration, not opening or sending.

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 explicitly notes it can be called before or after opening the port, providing clear timing context. However, it does not mention when not to use it or suggest alternatives, though the sibling list implies distinct use cases.

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/zeng-andrew/at_bridge'

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