Skip to main content
Glama
fr0ster
by fr0ster

GetObjectVersionDiff

Compute a unified diff between two object versions using their opaque content URIs. Compare old and new versions of ABAP objects to identify changes.

Instructions

[read-only] Compute a unified diff between two object versions. Pass the two opaque content_uris from GetObjectVersions entries; returns the unified diff (jsdiff) of their sources.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_typeYesObject type (same value used in GetObjectVersions).
content_uri_toYesOpaque content_uri of the NEW/compare version (from a GetObjectVersions entry).
content_uri_fromYesOpaque content_uri of the OLD/base version (from a GetObjectVersions entry).
Behavior3/5

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

With no annotations provided, the description carries full burden. It declares read-only behavior and confirms output type (jsdiff unified diff). No further behavioral details (e.g., permissions, side effects) are disclosed.

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 a single, front-loaded sentence with no unnecessary words. Every element adds value, including the [read-only] tag and the output description.

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?

The description covers inputs, output type, and read-only nature. With no output schema, it adequately explains the return value (unified diff). Minor omission: no example diff format, but sufficient for agent usage.

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

Parameters5/5

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

Although schema coverage is 100%, the description adds meaningful context beyond schema descriptions: it explains where to obtain content_uris and ties object_type enum to GetObjectVersions, enhancing parameter understanding.

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 computes a unified diff between two object versions, specifying both inputs (content_uris) and output. It distinguishes from type-specific version diff siblings by being generic and accepting an object_type parameter.

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 instructs to pass content_uris from GetObjectVersions entries, providing clear usage context. It lacks explicit mention of when to use this generic tool vs type-specific alternatives, but the context is sufficient.

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/fr0ster/mcp-abap-adt'

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