Skip to main content
Glama
asadongit

Terraform Engine MCP Server

by asadongit

list_tasks

Browse Terraform task templates in the registry, filtered by category or provider, to discover reusable infrastructure deployments.

Instructions

List all available Terraform tasks (templates) in the registry.
Args:
    category: Optional category to filter tasks (e.g. database, network, compute).
    provider: Optional cloud provider to filter tasks (e.g. aws, azure, gcp).
Returns:
    JSON string representing the list of tasks and their details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNo
providerNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description bears full burden. It discloses that the tool returns a JSON string and supports optional filtering, which implies a read-only operation. However, it does not explicitly confirm idempotency or safety, though 'list' implies no side effects.

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 extremely concise with three clear sections: purpose, Args, Returns. Every sentence adds value, and the structure is front-loaded with the primary action. No unnecessary words.

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?

Given an output schema exists (though not detailed here), the description adequately covers the return type ('JSON string') and parameter purposes. It does not mention error handling or empty results, but for a list operation with simple filtering, this is sufficient.

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?

Schema description coverage is 0% per context, but the description adds meaning to both parameters: it explains they are optional filters and provides examples (e.g., 'database, network, compute' for category; 'aws, azure, gcp' for provider). This goes beyond the schema's type and title alone.

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 'List all available Terraform tasks (templates) in the registry.' The verb 'list' and resource 'Terraform tasks' are specific, and the scope 'registry' is provided. It distinguishes from siblings like provision_task (deploy) and get_task_schema (schema retrieval).

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 indicates optional filters (category, provider) but does not explicitly state when to use this tool relative to alternatives. It lacks guidance on prerequisites or situations where listing is appropriate. The sibling names imply differentiation, but the description itself offers no usage context.

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/asadongit/tf-multicloud-app'

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