Skip to main content
Glama

Trace an XGR transaction relation graph

trace_xgr_transaction
Read-onlyIdempotent

Loads an indexed transaction, uses its sender as the bounded graph root, returns sender/recipient trace roots plus the graph and an explicit edge to highlight. Useful for following native XGR transaction relations, but it does not attribute later mixed balances to the seed value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNoValue for the depth parameter.
txHashYes0x-prefixed transaction hash to inspect or resolve.
maxEdgesNoValue for the max edges parameter.
maxNodesNoValue for the max nodes parameter.
directionNoValue for the direction parameter.
minValueWeiNoValue for the min value wei parameter.
toTimestampNoValue for the to timestamp parameter.
fromTimestampNoValue for the from timestamp parameter.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesStructured result data returned by the XGR MCP gateway.

TDQS

A4.2/5.0
Behavior5/5

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

Above the annotations (readOnly, idempotent, openWorld, non-destructive), the description adds behavioral facts: the transaction must be 'indexed', the graph root is the sender, the output includes 'trace roots plus the graph and an explicit edge', and there is a limitation regarding 'mixed balances'. These details are not captured by annotations and materially improve the agent's understanding of side effects and constraints.

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: the first front-loads the core behavior and outputs, the second adds the use case and limitation. No filler, no repetition of schema or annotation data. Every clause earns its place.

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?

The tool is a graph-tracing tool with 8 parameters, a rich output schema, and strong annotations. The description explains the high-level algorithm, root selection, and a key limitation. However, it completely fails to explain the parameter semantics, especially since the schema parameter descriptions are all tautological. The agent would know what the tool does but not how to properly configure depth, direction, or value filters without external knowledge.

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?

Although the schema lists 8 parameters, every description is tautological ('Value for the depth parameter', etc.) providing zero semantic value. The tool description itself does not explain the meaning or interplay of depth, maxEdges, maxNodes, direction, minValueWei, or timestamps. Only txHash is implicitly referenced via 'indexed transaction'. With no meaningful schema coverage and no description compensation, parameter understanding is severely lacking.

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 uses specific verbs ('Loads', 'uses', 'returns') and names the resource ('XGR transaction relation graph') with clear output elements ('sender/recipient trace roots', 'explicit edge to highlight'). It also distinguishes the tool from siblings like trace_xgr_value_flow by stating what it does NOT do ('does not attribute later mixed balances to the seed value').

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

Usage Guidelines4/5

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

The description explicitly states when the tool is useful ('following native XGR transaction relations') and provides an exclusion ('does not attribute later mixed balances to the seed value') that implicitly directs users to alternative tools when they need balance attribution. It does not name sibling tools directly, but the context is clear enough for an agent to make a reasonable selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.2/5.0
Disambiguation2/5

There are many overlapping session-listing tools (list_xdala_sessions, get_recent_xdala_sessions, find_latest_xdala_session, list_xdala_session_ids, get_latest_session_payload) and duplicate validation tools (validate_xdala_bundle is an alias for validate_xgr_multibundle). Descriptions help but boundaries are still unclear.

Naming Consistency4/5

The verb_noun snake_case pattern is consistent across nearly all tools (get_, list_, create_, cancel_, validate_). Minor inconsistencies include the alias validate_xdala_bundle and interchangeable verbs like get_ vs read_ vs resolve_ for similar read operations.

Tool Count1/5

With 95 tools, this is far beyond the 25+ threshold for 'too many'. While the domain is broad, the sheer number makes the tool surface unwieldy and difficult for an agent to navigate.

Completeness4/5

The tool set covers a wide range of operations: handoffs, session queries, transaction exploration, contract reads, validation, gas requests, and purchases. Minor gaps exist (e.g., no direct workflow editing tools), but overall the surface is remarkably complete.