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

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedOutput schema / properties / confidence / properties / score / anyOf
      Added value: +[
      +  {
      +    "maximum": 1,
      +    "minimum": 0,
      +    "type": "number"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / confidence / properties / score / maximum
      Removed value: -1
    • removedOutput schema / properties / confidence / properties / score / minimum
      Removed value: -0
    • removedOutput schema / properties / confidence / properties / score / type
      Removed value: -"number"
  2. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior, so the description does not need to repeat that. It adds useful context by limiting the result to 'generator families implemented by the current deterministic core,' but provides no detail on ordering, filtering, or edge 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 11-word sentence that states the essential action without fluff. The key constraint 'only generator families... current deterministic core' is front-loaded.

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

Completeness2/5

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

Although the annotations and output schema cover safety and return shape, the description leaves a major gap around the intent parameter and does not explain how this tool fits among its siblings. For a simple tool this is minimally functional but not complete enough for confident selection and invocation.

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

Parameters1/5

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

Schema description coverage is 0% and the description does not mention the intent parameter at all. An agent cannot determine whether intent filters the returned families or changes the meaning of the result, so the description fails to compensate for the schema gap.

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 specific resource ('generator families implemented by the current deterministic core'). It is clearly distinct from sibling generation tools because it enumerates families rather than producing artifacts, though it does not name any sibling explicitly.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus siblings like generate_artifact or search_candidates. It also does not explain when the optional intent parameter should be provided or omitted.

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