Skip to main content
Glama
canforge

canforge-mcp

Official
by canforge

list_messages

Read-onlyIdempotent

List CAN DBC messages with optional filters for name, ID, or sender to quickly inspect message definitions.

Instructions

List DBC messages, optionally narrowing by name, ID, or sender. The server caps limit at 200.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
searchNo
dbc_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 the safety profile is covered. The description adds the server-side cap at limit 200, which is useful behavioral context beyond annotations. It does not mention pagination or return format, but with the output schema present and safety annotations, this is adequate.

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 two sentences, front-loaded with the main action and then the key constraint. It is concise and directly useful, with no wasted words. The only slight deduction is that the mention of 'name, ID, or sender' might be overly specific if 'search' is a generic filter, but it stays within a reasonable length.

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?

Given the tool's simplicity (3 params, output schema present, read-only annotations), the description covers the essential behavior: listing messages with optional filters and a limit cap. It doesn't explain output structure but the output schema covers that. The main gap is lack of explicit distinction from siblings, but overall the description is adequate for a read-only list tool.

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

Parameters3/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 compensate. It mentions narrowing by name, ID, or sender, which maps loosely to the 'search' parameter, but it doesn't explicitly explain the 'limit' or 'dbc_path' semantics beyond what the schema names imply. The description adds some meaning but not enough to fully compensate for zero schema coverage, hence a 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states it lists DBC messages and mentions optional narrowing by name, ID, or sender, which clearly identifies the verb+resource and scope. It does not explicitly distinguish from siblings like 'get_message' but the resource is clear. The sibling tool 'get_message' is presumably for a single message, so the plural list is implied but not explicitly differentiated.

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 usage for listing messages with optional filters, but it does not explicitly state when to use this versus alternatives like 'get_message' or 'search_signals'. No exclusions or alternatives are mentioned, so while context is clear, there is no direct comparison to sibling tools.

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