Skip to main content
Glama
getnable

nable (finops-mcp)

by getnable

Check action policy

check_action_policy

Evaluate a proposed remediation action against your FinOps policy to get an allow, escalate, or block verdict before applying it.

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". Examples: - "Is this apply within policy?" - "Check this change against our cost guardrails"

Input Schema

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

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

The description repeatedly states 'Read-only' and 'ADVICE ONLY. nable never applies the action,' but the annotations declare readOnlyHint: false (i.e., not read-only). This is a direct contradiction between the description and structured metadata. The tool's safety profile is misrepresented, so the agent cannot reliably assess 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than necessary but well-structured with line breaks, bullet-like verdicts, examples, and trigger phrases. It front-loads the core purpose and each section adds useful context. Minor redundancy exists ('ADVICE ONLY' appears twice), but overall it remains organized and readable.

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?

The tool has 7 parameters and no output schema, so the description needs to explain behavior. It covers the verdicts, policy knobs, and action_type examples, making the tool's behavior understandable. It does not detail the exact meaning of every parameter (handled in parameter_semantics) and omits response format, but for an advisory policy gate, the description is largely adequate.

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?

With schema description coverage at 0%, the description must compensate. It explains the role of 'action_type' and mentions optional cost inputs (Terraform plan, helm diff, monthly delta), but it does not map these to the parameter names like tf_dir, terraform_plan_file, terraform_plan_json, or budget_name. This adds partial value but leaves several parameters ambiguous.

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 identifies the tool as an 'Advisory policy gate' that returns a verdict (allow/escalate/block) for proposed remediation actions. It uses specific verbs and resource names, and the examples of action types and triggers distinguish it from siblings like estimate_change_cost or check_ai_budget.

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 ('can the agent do X', 'is this action within policy') and concrete example queries. It clearly indicates this is the propose-only check before a human applies an action. It does not explicitly name alternatives or say when not to use this tool, but the context is strong enough to infer appropriate usage.

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

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