Skip to main content
Glama
logic-arts-official

scaleway-ops-mcp-server

Get Scaleway Audit Trail last-events overview

scaleway_audit_get_last_events_overview
Read-onlyIdempotent

Quickly check for recent Audit Trail activity with a snapshot of the last events, avoiding a full paginated query.

Instructions

Get the snapshot of most recent Audit Trail events the console shows on the Audit Trail landing page - the last handful of api events, no filters, no pagination. Handy as a cheap 'anything happening lately?' check before running a full paginated query. 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).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNoDefaults to the server's configured region (fr-par).
project_idNoFilter to one Project. Omit for the whole Organization.
full_detailNofalse (default): drop request_id/user_agent/request_body per event. true: return every field the API provides.
Behavior4/5

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

Beyond annotations that mark it as read-only and non-destructive, the description discloses return characteristics (last handful, no filters/pagination) and a specific permission requirement. It also hints at error behavior by noting what happens if permissions are missing. Minor omission: no mention of rate limits or result size limits.

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, each earning its place: purpose+constraints, usage hint, permission+error recourse. No fluff, no repetition. Appropriate length for such a simple tool.

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 no output schema, the description covers what the tool does and returns at a high level ('snapshot of most recent Audit Trail events'). It explains the no-filter/no-pagination behavior. While it doesn't detail the exact structure of returned events, for a 'quick check' tool this is sufficient, especially since sibling tools likely have richer output documentation.

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 baseline is 3. The description does not add new per-parameter semantics beyond what the schema already provides. The schema already describes region (with default), project_id as optional filter, and full_detail as boolean. The description's permission note applies globally, not to specific parameters.

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 uses specific verbs and resource: 'Get the snapshot of most recent Audit Trail events'. It clearly states constraints: 'the last handful of api events, no filters, no pagination'. This distinctively separates it from sibling tools like scaleway_audit_list_events which are paginated queries.

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 guides when to use: 'Handy as a cheap anything happening lately? check before running a full paginated query'. Provides prerequisite: 'Requires the AuditTrailReadOnly permission set on THIS server's own credential' and a fallback action referencing sibling tool scaleway_iam_set_policy_rules. This contextualizes usage well.

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