Skip to main content
Glama

list_my_generations

Review your recent 3D generation history to track completed models and access their outputs.

Instructions

List recent 3D generations for this API key's user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are present, so the description carries the full behavioral disclosure burden. It does communicate that results are read-only in nature, recent, and scoped to the API key's user. However, it omits details about response shape, pagination, limits, or ordering beyond 'recent'.

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 front-loaded sentence with no filler. Every phrase earns its place: 'List' states the verb, 'recent 3D generations' states the resource, and 'for this API key's user' states the scope.

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?

For a zero-parameter tool, the call is simple and the description is adequate for basic invocation. However, with no output schema and no annotations, the description does not explain what fields each generation entry contains or how results are ordered/limited, leaving an agent without full context.

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 input schema has zero parameters, so there are no parameter semantics for the description to clarify. The 100% schema coverage is trivial here, and the zero-parameter context earns a baseline of 4.

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 ('List'), a specific resource ('recent 3D generations'), and a clear scope ('for this API key's user'). It is clear and informative, but it does not explicitly distinguish itself from the similarly named sibling list_generation_options.

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?

No guidance is given about when to use this tool versus list_generation_options, get_task, or download_model. The description implies this is the personal generation history endpoint, but it never states exclusions or directs the agent to an alternative for other needs.

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