Skip to main content
Glama
JOCOIN94

silotek-serial-mcp

by JOCOIN94

clear_log_buffer

Clear the serial log buffer before starting a new test to ensure a clean observation state. Optionally specify a port to clear only that device's logs.

Instructions

[언제 호출] 블랙박스 시험의 '시작' 단계 — 새 시험을 깨끗한 상태에서 관측하려고 직전 로그를 비울 때. 표준 절차: 비우고 → 사람에게 장비 동작/리셋 요청 → 잠시 후 get_recent_logs 로 회수.

[port 규약] 다른 도구와 달리 미지정 = 전체 포트 비우기(시험 시작 시 모든 보드를 함께 리셋 관측하는 게 보통이므로). 특정 보드만 비우려면 port 지정.

[무엇을 반환] cleared(총 비운 항목 수)와 ports(포트별 내역).

[루프 단계] 시험 시작.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNo
Behavior4/5

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

No annotations are provided, so the description must cover behavioral traits. It describes the return value (cleared count and per-port details) and the port convention (unspecified clears all ports). It does not mention permissions or side effects beyond clearing, but the behavior is adequately disclosed for a simple operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured with clear sections but is slightly verbose. However, every sentence adds value, and the key information is front-loaded.

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

Completeness5/5

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

Given no output schema, the description covers return values, parameter usage, and integrates with the test workflow (clear, then request device operation, then get_recent_logs). It is complete for the tool's complexity.

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?

Schema coverage is 0%, so the description fully carries the burden. It explains the port parameter's default behavior (unspecified clears all ports) and how to target specific boards. This adds crucial 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 the tool's purpose: to clear the log buffer at the start of a black-box test for clean observation. It distinguishes from sibling tools like get_recent_logs by describing the subsequent retrieval step.

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 states when to call (start of test) and provides a standard procedure. It also references get_recent_logs for after clearing, guiding the agent on correct usage sequence.

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

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