Skip to main content
Glama
logic-arts-official

scaleway-ops-mcp-server

List Scaleway Audit Trail combined events

scaleway_audit_list_combined_events
Read-onlyIdempotent

Merge API, authentication, and system audit events into one chronological feed, tagged by kind. Use for timeline investigations spanning multiple streams.

Instructions

List all three Audit Trail event streams in one chronological feed - each event is tagged with its kind (api, auth, or system) and compacted per-kind. Use this when investigating a timeline across streams; use the per-stream tools (scaleway_audit_list_events, _list_authentication_events, _list_system_events) when one stream is enough. Requires the AuditTrailReadOnly permission set on THIS server's own credential; if every call fails with permissions_denied, that's very likely why - grant it via scaleway_iam_set_policy_rules (organization scope). Defaults to the last 24 hours. Cursor-based pagination with no total_count, same caveats as scaleway_audit_list_events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNoDefaults to the server's configured region (fr-par).
order_byNoDefault recorded_at_desc (newest first).
max_pagesNoSafety cap on pagination (100 items/page). Default 20. Said to be truncated in the response if more pages remained.
project_idNoFilter to one Project. Omit for the whole Organization.
full_detailNofalse (default): each event is compacted per its kind (api/auth/system). true: return every field the API provides.
resource_typeNoServer-side filter on Scaleway's resource_type values - see scaleway_audit_list_products for the catalog.
recorded_afterNoISO 8601 date-time, inclusive. Defaults to 24 hours ago.
recorded_beforeNoISO 8601 date-time, exclusive. Defaults to now (omitted from the request).
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds context about cursor-based pagination with no total_count, default 24-hour window, and compacted per-kind behavior. No contradiction with annotations.

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 relatively compact given the complexity (8 parameters, pagination, multi-stream behavior). The first sentence front-loads the core purpose and result format. However, it could be slightly tighter—the permission caveat and error resolution might be better placed in a separate note rather than the main flow.

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?

Given the tool's high parameter count (8), full schema coverage, and lack of output schema, the description provides adequate context for invocation: it explains the pagination memory model, default time window, and behavioral options (full_detail toggle). The sibling context shows this is part of a large audit family, and the description distinguishes well from related audit tools.

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 description coverage is 100%, so the baseline is 3. The description does not add parameter-specific meaning beyond what the schema already documents—the schema already details defaults, constraints, and filtering behavior for all 8 parameters. The description's mention of defaults (24 hours) and pagination caveats references schema fields but doesn't add new per-parameter semantics.

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 it lists all three Audit Trail event streams in one chronological feed, with each event tagged by kind (api, auth, or system). This specific verb+resource combination ('list combined events') distinctively maps to the tool's name and purpose.

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?

Explicitly states when to use this tool (timeline investigation across streams) and when to use alternatives (per-stream tools: scaleway_audit_list_events, _list_authentication_events, _list_system_events for single stream needs). Also explains permission requirement (AuditTrailReadOnly) and how to resolve permission failures.

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