Skip to main content
Glama
JOCOIN94

silotek-serial-mcp

by JOCOIN94

get_log_buffer_info

Retrieve buffer capacity, entry count, oldest and newest log items, and accumulated totals. Ideal for monitoring buffer fill after a clear.

Instructions

[언제 호출] 버퍼가 얼마나 찼는지, 최근/최오래 항목이 무엇인지 빠르게 볼 때. clear_log_buffer 직후 새 로그 유입을 폴링할 때 특히 유용.

[port 규약] get_recent_logs 와 동일.

[무엇을 반환] entries/capacity, oldest/newest, 누적 total_received/total_stored, dedup(룩백 윈도 — 0이면 끔).

[루프 단계] 진행 점검(폴링).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNo
Behavior4/5

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

Describes return values (entries/capacity, oldest/newest, cumulative stats, dedup). Does not explicitly state read-only but from description it's clearly a read operation. No annotations provided, so description carries burden.

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?

Highly structured with clear sections (When to call, Port convention, Return value, Loop step). No redundant sentences. Front-loaded with usage context.

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?

Overall very complete given no output schema and one parameter. Explains return fields and typical use case. Only minor gap is port parameter explanation, relying on sibling reference.

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 has 0% coverage for the single 'port' parameter. Description only references the same convention as get_recent_logs, which is insufficient standalone. Agent must look up sibling tool to understand parameter meaning.

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?

Description clearly states the tool's purpose: to check buffer fullness and see recent/oldest items. It uses a specific verb ('볼 때') and resource ('버퍼'). It distinguishes from siblings by mentioning it's for buffer info, not log retrieval or clearing.

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 when to call: to quickly see buffer state, especially after clear_log_buffer for polling. Provides context for parameter usage by referencing get_recent_logs convention.

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