Skip to main content
Glama

xenia_trace

Trace any action to see its outcome, recovery steps if later fixed, and full call arguments. Understand how failures were actually recovered from across sessions.

Instructions

One action, the task it was working towards, its outcome, and — when a later action fixed it — every action in between, from that one session. This is how a failure was actually recovered from. A fix in a later session gives the two endpoints only: the work between them belongs to two sessions and threading it into one list by clock time would not be a reading of anything. Takes ANY action id, not only a failed one: it is also the way to read one call's arguments in full, since xenia_calls shortens them to keep its rows scannable and a recovery series is simply absent when there was nothing to recover from.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
action_idYesThe action to trace.
Behavior4/5

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

With no annotations, the description carries the burden of explaining behavior. It discloses that the tool returns a session-specific series of actions, includes the task/outcome, and omits cross-session threading. It does not explicitly mention read-only nature or error cases, but it provides substantial behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

The description is verbose and meandering, with four complex sentences and several asides. It is not front-loaded and requires careful reading to extract the core functionality. While every sentence adds some context, the lack of brevity and unclear structure hurt usability for an AI agent.

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 complexity, the description covers key contextual elements: session scope, recovery semantics, and full argument retrieval. It lacks an explicit return format or error handling details, but for a single-parameter tool with no output schema, it provides sufficient context to understand expected behavior.

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 a clear description of action_id ('The action to trace'). The tool description adds extra nuance (e.g., accepts any ID, not just failed ones) but does not fundamentally change parameter understanding, matching the baseline for high schema 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 communicates that the tool returns a trace of an action's context (task, outcome, and intervening actions) and distinguishes itself from xenia_calls by offering full argument details. However, it lacks a direct imperative verb like 'trace' and is more descriptive than concise, which slightly muddles the core purpose.

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

Usage Guidelines5/5

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

It explicitly contrasts with xenia_calls, noting that xenia_trace is the way to read full arguments, and clarifies that it accepts any action ID, not just failures. It also explains the session-based limitation and when a recovery series is absent, providing clear when-to-use and 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/iondrive-co/xenia'

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