Skip to main content
Glama
Soham-Donode

data-analysis-agent

by Soham-Donode

get_transformation_history

Fetch the audit log of transformations applied to a dataset session, showing revertible status for each step to identify and undo changes.

Instructions

Get audit log of all transformations applied to dataset session with revertible status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
session_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. The 'Get' verb and 'audit log' clearly convey a read-only operation, and 'revertible status' adds useful context. However, it does not explain ordering, pagination, whether only applied transformations are included, or whether a valid session is required, which are important for a history tool.

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

Conciseness4/5

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

The description is a single efficient sentence with the main verb front-loaded and no filler. The placement of 'with revertible status' is slightly awkward and could be clearer, but the structure is otherwise appropriately concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with one required parameter, an output schema, and many related sibling tools, the description is too thin. It omits the meaning of 'revertible status,' the purpose of the limit parameter, and any context about how this tool relates to undo/restore operations, leaving too much to inference.

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?

Schema description coverage is 0%, so the description should compensate, but it only loosely references 'dataset session' for session_id and says nothing about the limit parameter or its default of 50. The agent must rely entirely on parameter names and schema metadata to understand invocation.

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 states a specific verb 'Get' and a resource, 'audit log of all transformations applied to dataset session,' and adds the distinctive detail 'with revertible status,' which helps separate it from mutation tools like undo_last_operation and restore_session. However, the phrase 'with revertible status' is ambiguous — it could mean each entry includes a status or only revertible entries are returned — so it does not earn a 5.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives such as undo_last_operation, restore_session, or list_sessions. The only signal is the tool name and 'audit log,' leaving the agent to infer when this tool should be selected.

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

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/Soham-Donode/data-mcp'

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