Skip to main content
Glama

export_log

Export a process event log from the registry to disk. Supports XES and CSV formats with a specified file path.

Instructions

Write a log from the registry to disk.

format must be "xes" or "csv". If path has no directory component, the file lands in the workspace; otherwise the given path (absolute or relative to CWD) is used verbatim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
formatYes
log_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Without annotations, the description effectively discloses the format constraint ('must be xes or csv') and path resolution logic (workspace vs absolute/relative). This goes beyond the schema and provides useful behavioral details.

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 and a few lines are entirely sufficient. No fluff, front-loaded with purpose, and structured for easy reading.

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 simplicity, an output schema exists (reducing need to describe return), and the description covers key usage details. Missing log_id explanation and file overwrite behavior, but still fairly complete.

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 0%, so the description must explain parameters. It clarifies the format and path parameters (allowed values, path behavior) but does not mention the log_id parameter. Partial coverage, adequate for 2 of 3.

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 the tool's purpose: 'Write a log from the registry to disk.' It uses a specific verb ('Write') and resource ('log from registry'), and is distinct from siblings which are mostly abstract or discovery tools.

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?

The description implies usage (when you have a log_id and want to save to disk) but does not explicitly state when to use this tool versus alternatives like load_event_log. No exclusions or when-not-to-use guidance.

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/azizketata/pm4py-mcp'

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