Skip to main content
Glama
RajeevSirohi

mcp-server-terraform

tf_drift

Detect infrastructure drift by running a refresh-only plan to identify resources changed outside Terraform. Reports differences between state and reality without making changes.

Instructions

Detect infrastructure drift — resources that were changed outside of Terraform (e.g. manually in the cloud console). Runs a refresh-only plan and reports differences between state and reality. Read-only, makes no changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workdirYesAbsolute or relative path to the directory containing .tf files
workspaceNoTerraform workspace to use (default: current workspace)
Behavior5/5

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

Despite no annotations, the description fully discloses behavior: it runs a refresh-only plan, reports differences, and makes no changes. It explicitly states 'Read-only', which is key for agent decision-making.

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 concise: three sentences cover the tool's purpose, mechanism, and safety. No unnecessary words or repetition.

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?

The description lacks details about the output format or structure. While it says 'reports differences', it does not specify whether output is text, JSON, or structured data. For a tool with no output schema, this is a gap.

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?

Schema coverage is 100% with clear parameter descriptions. The tool description adds no additional semantic value beyond the tool's overall purpose. A score of 3 is appropriate as parameters are adequately covered by 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 tool's purpose: 'Detect infrastructure drift'. It explains what drift is and how it works ('Runs a refresh-only plan and reports differences between state and reality'). This distinguishes it from siblings like tf_plan or tf_apply.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies safety ('Read-only, makes no changes') but does not explicitly guide when to use tf_drift versus alternative sibling tools like tf_plan. Users can infer usage context, but explicit when-to-use advice is missing.

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

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