Skip to main content
Glama

describe_ocel

Returns the compact summary of a previously loaded OCEL, identical in shape to the initial load response. Re-computes on demand and raises an error if the OCEL has been evicted.

Instructions

Return the compact summary for a previously loaded OCEL.

Exact same shape as the summary attached to load_ocel's response, re-computed on demand. Raises :class:HandleNotFound if the registry evicted the OCEL (1-hour TTL or LRU overflow).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ocel_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Since no annotations are provided, the description carries the full burden. It discloses re-computation on demand, the eviction behavior (1-hour TTL or LRU overflow), and the error exception ('HandleNotFound'). It could mention read-only nature but is fairly transparent.

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 two sentences with no waste, front-loading the core purpose. It uses technical terms efficiently without excess.

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 presence of an output schema, the description appropriately focuses on non-obvious details (re-computation, eviction, error). It could be improved by explicitly linking the parameter to a prior action, but is largely complete for a simple retrieval tool.

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

Parameters2/5

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

With schema description coverage at 0%, the tool description does not explain the 'ocel_id' parameter beyond the implicit context of 'previously loaded OCEL'. It fails to specify what value to use (e.g., the ID from load_ocel's response), leaving the agent to infer meaning.

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 verb 'Return' and resource 'compact summary for a previously loaded OCEL', distinguishing it from siblings like 'describe_log' (for logs) and 'load_ocel' (which returns summary on load, not on demand).

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 for retrieving an OCEL summary on demand after loading, but does not explicitly state when to use versus alternatives like 'describe_log' or address prerequisites (e.g., must have called 'load_ocel' first).

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