Skip to main content
Glama

List generation options

list_generation_options
Read-onlyIdempotent

Lists only generator families implemented by the current deterministic core.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
toolYes
factsYes
statusYes
warningsYes
requestIdYes
confidenceYes
provenanceYes
schemaVersionYes

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnly, idempotent, openWorld=false, and non-destructive, so the description need not restate those. It adds the useful scoping point that the list is limited to the current deterministic core, but it does not clarify how the optional intent affects behavior.

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?

A single, front-loaded sentence that states the action and scope with no filler. Every word contributes to the tool's meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity, rich annotations, and output schema, the description covers the core behavior. However, it leaves the meaning of the sole parameter undocumented, which is a noticeable gap for a tool whose schema descriptions cover 0%.

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

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% and the description never mentions the optional 'intent' parameter or how CONNECT/REPAIR/CREATE affect the returned generator families. The description must compensate for the absent schema documentation but does not.

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 uses a specific verb 'Lists' and a clear resource: 'generator families implemented by the current deterministic core.' It is unambiguous about scope, though it does not explicitly contrast it with any sibling tools.

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 phrase 'Lists only...' implies this is the tool to call when an agent needs generator families available in the current deterministic core, but it gives no explicit when-to-use guidance and does not mention alternatives or 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.9/5.0
Disambiguation5/5

Each tool targets a distinct capability: exact product retrieval, search, pairwise compatibility, fit guidance, offer lookup, generation-family listing, and problem resolution. The closest pair (get_compatibility and get_fit_guidance) is separated by interface matching vs. manufacturing compensation and physical-test warnings.

Naming Consistency5/5

All tool names are lowercase snake_case with a clear verb-object form: get_*, list_*, search_*, resolve_*. There are no mixed naming conventions or vague generic verbs.

Tool Count5/5

Seven tools is well-scoped for a parts decision-support server. Each tool covers a distinct operation without redundancy, and the count is neither thin nor bloated.

Completeness4/5

The surface covers core lookup, search, compatibility, fit, offer, generation-option, and problem-resolution workflows well. The only minor gap is that generation options are listed but not expanded into detailed generation variants, so an agent may need to work around that via resolve_problem.

Resources