Skip to main content
Glama

list_module_versions

Retrieve all available versions (git tags) of a Terraform module by service name. Output is a JSON list sorted by semantic version descending.

Instructions

Lista las versiones disponibles (tags git) de un módulo de Terraform.

Devuelve todos los tags ordenados por versión semántica descendente.

Args: service_name: Nombre del servicio (por ejemplo, 'vpc', 'ec2').

Returns: Objeto JSON con la lista de versiones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
service_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are present, so the description is the sole source of behavioral information. It discloses the output format (JSON object) and sorting order (semantic version descending), but omits details such as authentication requirements or behavior when no tags exist. 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with Args/Returns sections and is relatively concise. However, the opening sentence and the 'Devuelve todos los tags' line are somewhat redundant, costing a minor efficiency point.

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 1-parameter list tool, the description provides essential information: purpose, output format, and sorting. However, it lacks usage guidance and discussion of edge cases, making it not fully complete.

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?

The schema has no descriptions, and the description adds only a brief explanation with examples ('service_name: Nombre del servicio...'). This gives some context beyond the schema title but does not fully define the valid values or how the service name maps to a module.

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 the tool lists available versions (git tags) of a Terraform module, using a specific verb and resource. It also mentions sorting by semantic version, which distinguishes it from sibling tools like get_module or search_modules.

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?

The description provides no guidance on when to use this tool versus the sibling tools. It doesn't mention any prerequisites, alternatives, or exclusions, so an agent would have to infer usage from the function name alone.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/isma-aguilera/terraform-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server