Skip to main content
Glama
dwin-gharibi

ArvanCloud MCP Server

by dwin-gharibi

arvan_iac_terraform_validate

Read-only

Validate Terraform configuration files with optional initialization to resolve providers, or perform a syntax-only check offline.

Instructions

Validate Terraform configuration (optionally terraform init first).

init runs terraform init -backend=false so providers resolve; disable it for an offline syntax-only check.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesNo
directoryNo
initNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the description is not required to state safety. It adds value by explaining that init runs 'terraform init -backend=false' to resolve providers, and that disabling init gives an offline syntax-only check. This goes beyond what annotations provide.

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?

Two sentences, front-loaded with the core purpose, followed by a concise explanation of the init option. No wasted words.

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

Completeness2/5

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

The description covers the init parameter but omits details about the 'files' and 'directory' parameters. There is no output schema, yet the description does not mention return values (e.g., validation errors). For a tool with three parameters, this is incomplete.

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

Parameters2/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 add meaning. It explains the 'init' parameter's behavior but does not describe 'files' or 'directory' parameters. The agent cannot infer what format 'files' (object with string values) expects or how 'directory' is used.

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 validates Terraform configuration, using a specific verb and resource. It differentiates from sibling tools like arvan_iac_opentofu_validate by including 'terraform' in the name and describing init behavior.

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 provides context on when to use the tool (validate Terraform config) and when to enable/disable init for offline vs provider-resolving checks. However, it does not explicitly mention when not to use it or suggest alternatives like terraform plan.

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/dwin-gharibi/arvancloud-mcp'

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