Skip to main content
Glama
Qvakk

Terraform Registry MCP Server

by Qvakk

search_providers

Search for Terraform providers in the public registry using name, keywords, or tier filters to find infrastructure automation components.

Instructions

Search for Terraform providers in the public registry.

Args:
    query: Search query (provider name or keywords, optional)
    tier: Filter by tier ('official', 'partner', 'community', optional)
    offset: Pagination offset (default: 0)
    limit: Maximum results to return (default: 20, max: 100)

Returns:
    Dictionary containing provider search results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
tierNo
offsetNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions the tool searches a public registry and describes pagination behavior (offset/limit with defaults), but doesn't cover important aspects like rate limits, authentication requirements, error conditions, or what the search results dictionary contains. The description provides basic operational context but misses key behavioral traits.

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 clear sections (Args, Returns) and uses bullet-like formatting. Every sentence adds value, though the opening statement could be more front-loaded with key constraints. It's appropriately sized for a 4-parameter search tool.

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 has an output schema (which handles return value documentation) and the description covers all parameters well, the description is reasonably complete. However, for a search tool with no annotations, it should ideally mention more about the search behavior (e.g., fuzzy matching, ranking) and result format beyond just 'dictionary containing provider search results'.

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?

The description adds significant value beyond the input schema, which has 0% description coverage. It explains each parameter's purpose: 'query' for provider name/keywords, 'tier' with valid values ('official', 'partner', 'community'), 'offset' for pagination, and 'limit' with default and maximum values. This fully compensates for the schema's lack of descriptions.

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 clearly states the tool searches for Terraform providers in the public registry, providing a specific verb ('search') and resource ('Terraform providers'). It distinguishes from most siblings (e.g., 'get_provider_details', 'list_provider_versions') by focusing on search functionality, though it doesn't explicitly differentiate from 'search_modules' which searches a different resource type.

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 alternatives. It doesn't mention when to prefer this over other search tools like 'search_modules' or when to use it instead of direct lookup tools like 'get_provider_details'. There's no context about prerequisites or typical use cases.

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