Skip to main content
Glama
logic-arts-official

scaleway-ops-mcp-server

Replace the enabled set of Scaleway Audit Trail alert rules

scaleway_audit_replace_enabled_alert_rules
DestructiveIdempotent

Replace all enabled preconfigured alert rules with exactly the specified set in one atomic operation. Any rules not listed are disabled, syncing the alert configuration to a declared state.

Instructions

Atomically replace the COMPLETE set of enabled preconfigured alert rules: after this call, exactly the listed rules are enabled and every other preconfigured rule is disabled - including ones you did not mention. Prefer scaleway_audit_set_alert_rules_enabled (additive) unless you genuinely want full-replace semantics, e.g. syncing to a declared state. Live-verified 2026-08-18: an unknown rule ID rejects the whole request (HTTP 404) - no partial application. Requires confirm=true. Needs more than AuditTrailReadOnly on THIS server's own credential (read-only covers just the query tools) - if the call fails with permissions_denied, grant the Audit Trail write permission set via scaleway_iam_set_policy_rules.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNoDefaults to the server's configured region (fr-par).
confirmYesMust be explicitly true. This is a full-replace: rules omitted from the list are silently disabled.
enabled_alert_rule_idsYesThe COMPLETE set of rule IDs that should be enabled afterwards. Every currently-enabled rule NOT in this list gets disabled. An empty array disables ALL alert rules.
Behavior5/5

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

Annotations already indicate destructiveHint=true, but the description adds valuable behavioral details: the operation is atomic, an unknown rule ID rejects the whole request (no partial application), and it requires confirm=true. It also explains the permission requirements beyond what annotations provide. No contradiction between description and annotations.

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 and front-loaded with the core action and key distinction. It includes a live-verified date, error behavior, and permission troubleshooting—all in a few sentences 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?

Given the tool has 3 parameters, no output schema, and annotations, the description covers the purpose, usage guidelines, parameter semantics, error behavior, and permissions thoroughly. It provides a complete picture for an agent to select and invoke the tool 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 description coverage is 100%, yet the description adds crucial semantic context: e.g., 'after this call, exactly the listed rules are enabled and every other preconfigured rule is disabled - including ones you did not mention.' This clarifies the meaning of the enabled_alert_rule_ids array and the confirm parameter's role in preventing accidental misuse.

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: 'Atomically replace the COMPLETE set of enabled preconfigured alert rules'. It uses specific verb 'replace' and resource description, and differentiates itself from the sibling tool 'scaleway_audit_set_alert_rules_enabled' by highlighting the full-replace vs additive semantics.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool: 'Prefer scaleway_audit_set_alert_rules_enabled (additive) unless you genuinely want full-replace semantics, e.g. syncing to a declared state.' It also mentions the requirement for confirm=true and the needed permissions, giving clear context for 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/logic-arts-official/scaleway-ops-mcp-server'

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