Skip to main content
Glama

at_batch_test

Batch-test AT commands by sending a list to a connected device and receiving automatically classified results (PASS/OK/ERR/CME), useful for validating command lists efficiently.

Instructions

Batch-test AT commands. Sends a list of AT commands to the connected device and returns all results with automatic classification (PASS/OK/ERR/CME). Much more efficient than calling at_send_command repeatedly; good for validating a command list from the knowledge base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutNoTimeout per command in seconds. Default 1.0.
commandsYesList of AT commands to test. Example: ['AT', 'AT+CSQ', 'AT+CGMI']. About 4ms each; for large batches, group by category in chunks of 20-30.
Behavior3/5

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

No annotations provided, so description carries full burden. It mentions sending commands and returning classified results, but lacks details on failure handling, side effects, or whether execution is sequential/parallel. Adequate but not thorough.

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?

Two sentences: first defines action, second provides efficiency context and use case. No unnecessary words.

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?

No output schema, but description doesn't elaborate on return format beyond 'results with automatic classification'. For a test tool, more detail on what the response contains would be helpful, but it's not critically missing.

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?

Schema covers both parameters fully. Description adds value by elaborating on 'commands' parameter with timing info (4ms each) and batching advice (group by category in chunks of 20-30).

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?

Clearly states it batch-tests AT commands, sends a list, and returns results with classification. Distinguishes from sibling at_send_command by highlighting efficiency.

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

Usage Guidelines5/5

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

Explicitly says 'Much more efficient than calling at_send_command repeatedly' and suggests use case: 'good for validating a command list from the knowledge base'.

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