Skip to main content
Glama
chaandannn

nable (finops-mcp)

check_action_policy

Check a proposed remediation action against your FinOps policy to get an allow, escalate, or block verdict before manual application.

Instructions

Advisory policy gate: should a proposed remediation action proceed?

The request-path guardrail, advisory. Describe a remediation action you are considering (action_type), optionally with the change to cost (a Terraform plan, a helm diff, or a known monthly delta), and nable returns a machine verdict against your human-authored policy:

  • allow: reversible, allowlisted, and within budget. A human can apply it.

  • escalate: a one-way door (delete, terminate, buy a commitment) or an over-budget / large-cost change. A human must review it first.

  • block: the action type is not in your allowlist.

ADVICE ONLY. nable never applies the action, a human does. This is the propose-only guardrail; nable does not auto-execute anything.

action_type examples: rightsizing, tag_fix, stop_idle, spot_migration, ticket (reversible); idle_cleanup, purchase_commitment, terminate_instance, delete_resource (one-way). Policy knobs via env: FINOPS_POLICY_MAX_AUTO_USD, FINOPS_POLICY_ALLOWED_ACTIONS (comma-separated). Read-only.

Good triggers: "can the agent do X", "is this action within policy", "should I apply this fix", "is it safe to auto-apply this".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tf_dirNo
helm_diffNo
action_typeYes
budget_nameNo
monthly_delta_usdNo
terraform_plan_fileNo
terraform_plan_jsonNo
Behavior5/5

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

With no annotations provided, the description fully discloses the tool's advisory and read-only nature, explaining that it never applies actions and only returns verdicts. It also mentions policy knobs via environment variables, providing complete behavioral transparency.

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 detailed and well-structured, starting with the core purpose and then elaborating on verdicts, examples, and triggers. While it is somewhat lengthy, every sentence adds value, and the information is front-loaded effectively.

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 the tool's complexity (7 parameters, only 1 required) and lack of annotations or output schema, the description adequately covers purpose, usage guidelines, behavioral transparency, and parameter semantics. It provides sufficient context for an AI agent to determine when and how to use the tool.

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?

The description adds meaning beyond the input schema by explaining the 'action_type' parameter with examples of reversible and one-way actions, and describes how cost parameters (monthly_delta_usd, tf_dir, helm_diff) relate to cost changes. However, some parameters like 'budget_name' and 'terraform_plan_json' are not explicitly explained, though the overall context covers most usage.

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 is an 'Advisory policy gate' that checks if a proposed action should proceed, returning allow/escalate/block. It uses specific verbs and resources, and distinguishes its purpose from sibling tools by focusing on policy evaluation rather than audits or cost queries.

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 provides explicit good triggers such as 'can the agent do X', 'is this action within policy', and 'is it safe to auto-apply this'. It also emphasizes that the tool is advisory only and does not execute actions. However, it does not explicitly state when not to use the tool or name alternative sibling tools.

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/chaandannn/finopsmcp'

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