Skip to main content
Glama
WYRE-AI

Island MCP Server

by WYRE-AI

island_list_audit_events

Return browser/session audit events from Island's timeline—navigation, file transfer, clipboard, print, policy enforcement—newest first. Bound the window with start/end times.

Instructions

List browser/session audit events from Island's timeline (e.g. navigation, file transfer, clipboard, print, and policy-enforcement events) within a time window, newest first. Use start/end to bound the window; omit both for Island's server-side default window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoInclusive upper bound, ISO 8601. Defaults to now when omitted.
limitNoItems per page. Defaults to 100.
startNoInclusive lower bound, ISO 8601 (e.g. 2026-09-01T00:00:00Z). Island applies a server-side default window when omitted.
offsetNoPagination offset (0-based). Defaults to 0.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and does disclose meaningful traits: results are newest-first and the time window defaults server-side when both bounds are omitted. 'List' also implies a read-style operation. It doesn't cover auth or rate limits, but the disclosed behavior is sufficient for a read-only timeline query.

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?

Two sentences with no filler: purpose and examples come first, followed by parameter guidance. Every clause earns its place.

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?

For a four-optional-parameter list tool with richly described schema fields and no output schema, the description covers the key decision factors: event type, ordering, and time-window behavior. It could add explicit pagination context, but the schema already carries the limit/offset details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents all four parameters at 100% coverage, so the baseline is 3. The description adds value by coupling start and end into a single window concept and clarifying the 'omit both' default, which is not fully explicit in the individual schema entries.

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 opens with a concrete verb and resource: 'List browser/session audit events from Island's timeline,' and adds concrete examples of event types plus the 'newest first' ordering. The event category sets it apart from sibling tools (admin actions, compromised credentials, devices) without requiring schema inspection.

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?

It gives explicit guidance for the time-window parameters: 'Use start/end to bound the window; omit both for Island's server-side default window.' It doesn't explicitly name sibling alternatives or state when not to use this tool, but the domain-specific wording provides clear context with no exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.