Skip to main content
Glama
chaandannn

nable (finops-mcp)

set_alert_policy

Customize anomaly detection alerts by muting services, adjusting thresholds, or setting minimum dollar changes. Supports glob patterns for provider and service selection.

Instructions

Set a custom alert policy for anomaly detection on a specific provider or service.

Use this to:

  • Mute noisy services you don't care about (e.g. DataTransfer, Tax)

  • Raise the threshold for services that are naturally volatile

  • Set a minimum $ delta to ignore tiny fluctuations

Supports glob patterns: "DataTransfer*", "Transfer", "EC2*"

Args: provider: "aws", "azure", "gcp", or "" for all providers service_pattern: Exact service name or glob pattern (e.g. "DataTransfer", "*") muted: If True, all anomalies matching this rule are silenced min_pct_change: Only alert if change exceeds this % (overrides default 20%) min_usd_change: Only alert if absolute change exceeds this $ amount note: Why this policy exists (shown in list_alert_policies)

Examples: - "Mute DataTransfer anomalies, they're always noisy" - "Only alert on EC2 if it changes by more than 40%" - "Ignore AWS Tax service anomalies" - "Only alert on changes over $500, ignore tiny fluctuations" - "Set a 50% threshold for Support charges"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
mutedNo
providerNo*
min_pct_changeNo
min_usd_changeNo
service_patternNo*
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that the tool sets policies, supports glob patterns, and includes parameters like muted, min_pct_change, min_usd_change. However, it does not specify whether it overwrites existing policies, requires specific permissions, or if the operation is reversible, leaving some behavioral ambiguity.

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 well-structured, starting with the purpose, followed by usage guidelines, parameter details, and examples. It is concise with no redundant sentences; every sentence adds value. Front-loading with the core action and use cases aids quick comprehension.

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

Completeness5/5

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

Given no output schema and the tool's mutation nature, the description covers all necessary aspects: what it does, when to use it, parameter semantics, and examples. It is complete and leaves no major gaps for an AI agent to invoke it correctly.

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

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must explain all parameters. It includes an 'Args:' section with clear explanations for each parameter (provider, service_pattern, muted, min_pct_change, min_usd_change, note). Examples further clarify usage, such as glob patterns and effect of each parameter.

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 sets a custom alert policy for anomaly detection on a specific provider or service. It distinguishes from sibling tools like delete_alert_policy and list_alert_policies by focusing on configuration. The specific use cases (muting noisy services, raising thresholds, setting minimum dollar delta) further clarify purpose.

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 explicitly lists scenarios for using the tool under 'Use this to:' with concrete examples. It implies when to use (muting, threshold adjustment) but does not explicitly state when not to use or mention alternatives like acknowledging anomalies. The examples guide usage effectively.

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