Skip to main content
Glama
iseppo

e-arveldaja MCP Server

by iseppo

Get Session Audit Log

get_session_log
Read-onlyIdempotent

Retrieve a Markdown-formatted audit log of mutating operations (create, update, delete) for the current or specified connection, with optional filters by action, entity type, or date range.

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 indicate read-only, idempotent, and non-destructive behavior. The description adds context about the output format (Markdown) and scope (mutating operations) but does not elaborate on pagination or performance traits.

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?

Single sentence that is front-loaded with the verb and resource, no wasted words.

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 high schema coverage and annotations, the description is largely sufficient. It nails the core purpose but omits details about the default limit or that output is Markdown (implied in purpose). Minor gaps.

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?

Input schema covers all 6 parameters with descriptions (100% coverage). The description does not add meaning beyond the schema, so baseline of 3 applies.

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?

Description clearly states it retrieves mutating-operation audit log Markdown, specifying the resource and action. However, it does not differentiate from the sibling tool 'list_audit_logs', which could be similar.

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

Usage Guidelines3/5

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

Implies usage for retrieving audit logs, but provides no explicit guidance on when to use this tool over alternatives like 'list_audit_logs' or other retrieval tools.

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