Skip to main content
Glama

serial.flush

Discard pending data in serial port buffers to clear input, output, or both queues for a fresh communication state.

Instructions

Flush serial port buffers (discard pending input/output data).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connection_idYes
whatNoWhich buffer to flush: input, output, or both (default both).both
Behavior3/5

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

With no annotations, the description must fully disclose behavior. It correctly states that pending data is discarded, which is a critical side effect. However, it does not explicitly mention irreversibility or potential loss, nor does it detail any other behavioral traits (e.g., effect on buffers, permissions, or error states).

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 a single, front-loaded sentence with no filler. It efficiently conveys the core purpose and effect.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simplicity of the tool (flush with two parameters) and no output schema, the description is adequate but not thorough. It lacks context about the 'connection_id' parameter (e.g., how to obtain it) and any return behavior, which would be helpful for a complete understanding.

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

Parameters2/5

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

Schema description coverage is 50% (only 'what' is described). The tool description does not add any meaning to the 'connection_id' parameter, which is undocumented in the schema. The 'what' parameter is already well-described in the schema. Thus, the description fails to compensate for the missing parameter documentation.

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 action ('flush') and the resource ('serial port buffers'), and explains the effect ('discard pending input/output data'). It is specific and easily distinguishes from sibling tools like read, write, or close.

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?

No guidance is provided on when to use this tool versus alternatives. There is no mention of typical scenarios, prerequisites, or exclusions. The usage context is left entirely implicit.

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

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