Skip to main content
Glama
canforge

canforge-mcp

Official
by canforge

log_stats

Read-onlyIdempotent

Analyze a CAN log to extract message counts, time span, top IDs, and median cycle times per ID. Provides a statistical summary for quick insight into bus traffic.

Instructions

Scan a local CAN log for counts, span, top IDs, and median per-ID cycle times. top is capped at 200.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
log_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so safety is covered. The description adds useful behavioral context: it operates on a local log and caps the 'top' parameter at 200. No contradiction with annotations.

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, front-loaded with the main action 'Scan a local CAN log.' Every phrase is informative, with no filler or redundancy.

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?

For a two-parameter stats tool with an output schema available, the description adequately covers what the tool computes and a key constraint (top cap). It doesn't need to describe return values since an output schema exists. It could add usage guidance relative to siblings, but overall it is contextually complete.

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 description coverage is 0%, so the description must carry parameter semantics. It clarifies that log_path refers to a local CAN log and that 'top' is capped at 200, implying it controls the number of top IDs returned. It does not explicitly explain the default value (20) or the exact format of log_path, but it provides meaningful context 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 a specific action ('Scan a local CAN log') and lists concrete outputs (counts, span, top IDs, median per-ID cycle times). This distinguishes it from sibling tools like decode_log or signal_timeseries, which serve different purposes.

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

Usage Guidelines3/5

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

The description implies the use case (computing aggregate statistics on a CAN log) but does not explicitly state when to choose this over alternatives like probe_log or list_messages. There are no exclusions or alternative tool mentions, so guidance is implied rather than explicit.

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/canforge/canforge-mcp'

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