Skip to main content
Glama
iseppo

e-arveldaja MCP Server

by iseppo

Get Session Audit Log

get_session_log
Read-onlyIdempotent

Retrieve audit log entries for mutating operations, filtered by action, date range, entity type, or connection.

Instructions

Retrieve mutating-operation audit log Markdown for the current connection, another audit-log label, or connection:.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum entries to return (positive integer, default 100, returns most recent)
actionNoFilter by action.
date_toNoReturn entries up to this date (YYYY-MM-DD or ISO 8601)
date_fromNoReturn entries from this date (YYYY-MM-DD or ISO 8601)
connectionNoAudit-log label, or connection:<raw connection name>; default current connection.
entity_typeNoFilter by entity type.
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is clear. The description adds that it returns Markdown format and focuses on mutating operations, which is useful but not extensive. No contradictions 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that conveys the core functionality without wasted words. It is appropriately front-loaded with the verb and resource.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 6 optional parameters, no output schema, and read-only nature, the description mentions the return format (Markdown) but does not detail the structure of the log entries or pagination behavior. It is adequate but could be more complete for a full understanding.

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% with descriptions for all 6 parameters. The description adds meaning by mentioning the connection parameter's default and format ('current connection, another audit-log label, or connection:<raw name>'), but this is already partially covered by the schema. The baseline is 3 due to high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Retrieve' and specifies the resource as 'mutating-operation audit log Markdown'. It mentions filtering by connection, distinguishing it from sibling 'list_audit_logs' which may be more general. However, the phrase 'mutating-operation audit log' could be more explicit, but it's specific enough.

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

Usage Guidelines2/5

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

The description does not provide guidance on when to use this tool versus alternatives like 'list_audit_logs' or 'clear_session_log'. It lacks context on prerequisites or scenarios. The purpose is implied but not explicitly stated.

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/iseppo/e-arveldaja-mcp'

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