Skip to main content
Glama
canforge

canforge-mcp

Official
by canforge

validate_dbc

Read-onlyIdempotent

Check DBC files for validity and return structured issues, with a configurable limit.

Instructions

Validate a DBC and return structured issues. The server caps limit at 200.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
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, idempotentHint, and destructiveHint=false. The description adds useful behavioral context: the server caps limit at 200, which is beyond the schema and annotations. It also notes the output is 'structured issues', consistent with the 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 sentences, front-loaded with the action and resource, and contains no unnecessary words. Every phrase adds value.

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?

For a validation tool with only two parameters, an output schema, and clear annotations, the description covers the purpose, output type, and a key server limit. No critical information is missing for an agent to decide to invoke this 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 adds meaning to the 'limit' parameter by mentioning the server cap of 200, but it does not explain 'dbc_path' beyond its obvious name. This partial compensation is adequate for a simple two-parameter tool.

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 uses a specific verb ('Validate') and resource ('DBC') and states the output ('structured issues'). This clearly distinguishes it from sibling tools like dbc_info or diff_dbcs.

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

Usage Guidelines4/5

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

The phrase 'Validate a DBC' provides clear context for when to use the tool, implying it’s for checking correctness. It does not explicitly mention alternatives or exclusions, but the purpose is self-evident given the sibling set.

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