Skip to main content
Glama
Qvakk

Terraform Registry MCP Server

by Qvakk

search_modules

Find and filter Terraform modules by name, keywords, or provider in the public registry to support infrastructure as code development.

Instructions

Search for Terraform modules in the public registry.

Args:
    query: Search query string (module name or keywords)
    provider: Filter by provider (e.g., 'aws', 'azurerm', 'google')
    offset: Pagination offset (default: 0)
    limit: Maximum results to return (default: 20, max: 50)

Returns:
    Dictionary containing search results with module names, providers, descriptions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
providerNo
offsetNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full burden and adds valuable behavioral context: it specifies the search scope ('public registry'), discloses pagination behavior with defaults and limits (offset: 0, limit: 20, max: 50), and describes the return format. It doesn't mention rate limits or authentication needs, but covers core operational aspects well.

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?

Perfectly structured and front-loaded: purpose statement first, followed by organized Args and Returns sections. Every sentence adds value with no redundancy. The two-sentence format with bullet-point-like clarity makes it highly scannable and efficient.

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

Completeness5/5

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

Given the tool's moderate complexity (4 parameters, 1 required), no annotations, but with output schema present, the description provides complete context: clear purpose, detailed parameter explanations, behavioral constraints, and return format description. The output schema existence means return values needn't be fully detailed, making this description comprehensive enough.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate fully. It provides detailed parameter semantics beyond schema titles: explains query accepts 'module name or keywords', gives provider examples ('aws', 'azurerm', 'google'), clarifies offset/limit defaults and constraints. This adds substantial meaning not in the schema.

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 specific action ('Search for Terraform modules') and resource ('in the public registry'), distinguishing it from siblings like search_providers or search_provider_docs that target different resources. It uses precise terminology that aligns with the tool's domain.

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 description implies usage for searching Terraform modules, but provides no explicit guidance on when to use this tool versus alternatives like get_module_details or list_module_versions. It mentions the public registry scope, which helps narrow context, but lacks sibling differentiation or exclusion criteria.

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/Qvakk/terraform-registry-mcp-server'

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