Skip to main content
Glama

get_damage_documentation_guide

Get best practices for documenting vehicle damage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added
  2. Removed
  3. First observed

TDQS

A3.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not disclose whether the operation is read-only, its side effects, or the return format, only restating the tool's purpose without additional behavioral context.

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 a single concise sentence with no unnecessary words, effectively front-loading the tool's purpose and easy to parse.

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 simple zero-parameter tool without an output schema, the description adequately indicates what the tool returns ('best practices'). It lacks specifics about format or limitations, but the tool's simplicity reduces the need for more detail.

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?

The tool has zero parameters, so there is no parameter semantics to explain. The description does not need to compensate, and the baseline for 0 params is 4.

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 verb ('Get') and resource ('best practices for documenting vehicle damage'), which distinguishes it from sibling tools about create_handover_checklist and list_valet_faq.

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 usage is implied: when the agent needs best practices for damage documentation, this tool is appropriate. However, it does not explicitly mention when to use this versus alternatives or any exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: creating a checklist, getting damage documentation guidance, and searching FAQ. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with verbs 'create', 'get', and 'list'. The naming is uniform and predictable.

Tool Count5/5

Three tools is well within the ideal range and each tool earns its place by covering a distinct aspect of vehicle handover assistance. The count is neither too thin nor excessive.

Completeness4/5

The set covers the core needs for a handover assistance server: checklist generation, damage documentation guidance, and FAQ lookup. Minor gaps exist, such as no tool to manage or submit completed checklists, but for the apparent scope it is reasonably complete.