Skip to main content
Glama
RareCloudio

@rarecloudio/mcp-server

Official
by RareCloudio

set_billing_alert

Set or update a month-to-date spend alert with a threshold in cents (minimum 100). Optionally enable or disable the alert. Requires billing:write permission.

Instructions

Set (or update) the month-to-date spend alert. Requires scope billing:write. Plain write — not gated (no money moves; it only configures a notification). thresholdCents is the alert threshold in cents (minimum 100 = €1); enabled optionally turns the alert on/off (defaults on). See get_billing_alert for the current state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledNoTurn the alert on/off (defaults on).
thresholdCentsYesAlert threshold in cents (min 100 = €1).
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses that it only configures a notification, no money moves, and mentions default behavior for enabled parameter. No destructive implications, which is appropriate for a config write.

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?

Three sentences, front-loaded purpose, concise. Every sentence adds necessary context without redundancy.

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?

For a simple 2-param tool with no output schema, description covers purpose, authorization, parameter details, defaults, and suggests companion tool. No gaps.

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%; description repeats schema info (threshold min, default for enabled) without adding new meaning. Meets baseline for high coverage but provides no extra value.

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?

Clear statement: 'Set (or update) the month-to-date spend alert.' Includes scope requirement and distinguishes from a read operation by referencing get_billing_alert.

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?

Explicitly states required scope (billing:write) and clarifies it is a non-financial configuration ('plain write - not gated'). Suggests checking current state via get_billing_alert, but does not explicitly contrast with delete_billing_alert sibling.

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/RareCloudio/rarecloud-mcp-server'

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