Skip to main content
Glama
logic-arts-official

scaleway-ops-mcp-server

Replace the enabled set of Scaleway Audit Trail custom alert rules

scaleway_audit_replace_enabled_custom_alert_rules
DestructiveIdempotent

Atomically replace the complete set of enabled custom alert rules in Scaleway audit. Specified rules become enabled; omitted ones are disabled. Requires confirmation.

Instructions

Atomically replace the COMPLETE set of enabled custom alert rules: after this call, exactly the listed custom rules are enabled and every other custom rule is disabled - including ones you did not mention. Prefer scaleway_audit_set_custom_alert_rules_enabled (additive) unless you genuinely want full-replace semantics. 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. CAVEAT (live-verified 2026-08-18): Scaleway documents the custom-alert-rules endpoints, but the deployed API (fr-par) returns HTTP 501 'unknown method' for every custom-alert-rules method - this tool is kept for when Scaleway implements them and currently surfaces that error verbatim. Don't retry on 501; the preconfigured rules via scaleway_audit_list_alert_rules are the working alternative today.

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_custom_alert_rule_idsYesThe COMPLETE set of custom rule IDs that should be enabled afterwards. Every currently-enabled custom rule NOT in this list gets disabled. An empty array disables ALL custom alert rules.
Behavior5/5

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

The description discloses that the operation is atomic and full-replace (disables rules not listed), requires confirm=true, and has specific permission needs beyond read-only. The annotations (destructiveHint=true, idempotentHint=true) are consistent and the description adds valuable context about the 501 error and non-retry advice.

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 slightly long but every sentence is useful and well-structured. It front-loads the core purpose and then provides context, alternative, requirements, and a caveat. No 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's complexity (destructive full-replace, permission requirements, API caveat, alternative), the description covers all needed aspects: purpose, when to use, prerequisites, error handling, and fallback. The absence of an output schema is acceptable since the tool is a mutation and the description mentions the error behavior.

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% and the schema descriptions are already clear. The description reiterates the full-replace semantics for enabled_custom_alert_rule_ids and the confirm requirement, but does not add significant new meaning beyond what the schema provides.

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 verb (replace) and resource (the complete set of enabled custom alert rules), and explicitly distinguishes from the sibling tool scaleway_audit_set_custom_alert_rules_enabled by noting the difference between full-replace and 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: prefer the additive sibling unless full-replace is needed, requires confirm=true, and details permission requirements with a specific fallback (scaleway_iam_set_policy_rules). It also includes a caveat about a 501 error and advises not to retry, directing to an alternative.

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