Skip to main content
Glama

Trail Fortress Fitment

List vehicle years, makes, and models

list_vehicle_options
Read-only

Returns valid years, makes, and models in the Trail Fortress catalogue. Use this before guessing model spelling (Wrangler JK, 1500, F-150, and so on).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
makeNoOptional make to narrow models, for example Ford or Jeep.
yearNoOptional model year to narrow makes and models.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

The readOnlyHint annotation already establishes this is a safe, non-mutating read. The description adds that the output is the set of valid catalogue values, which is useful context, but says nothing about size, pagination, or ordering. With annotations covering safety, this is adequate but not rich.

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?

Two short sentences with the return content front-loaded and the usage cue immediately after. Every clause earns its place and there is no filler.

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-optional-parameter read-only lookup with no output schema, the description covers purpose, return contents, and a usage trigger. Only the shape/size of the returned catalogue (flat list vs. nested years→makes→models) is left unstated, a minor gap given the absent output schema.

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 100%, so both optional parameters (make, year) are already documented in the schema. The description contributes only illustrative value-domain examples (Wrangler JK, 1500, F-150) and no syntax or filtering behavior beyond what the schema states; baseline 3 applies.

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 a specific verb (Returns) and resource (valid years, makes, models in the Trail Fortress catalogue), so an agent immediately knows what it produces. It does not explicitly differentiate itself from siblings like check_part_fit or find_parts_for_vehicle, so it stops short of a 5.

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?

'Use this before guessing model spelling' gives a clear triggering condition for the tool. It does not name an alternative tool or state when not to use it, which is what would be needed for a 5.

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.

Resources