Skip to main content
Glama

GetObjectVersions

List the version history of an ABAP object, showing each version's ID, author, timestamp, associated transport request, and a content URI to fetch the source code.

Instructions

[read-only] List the version history of an ABAP object. Returns each version with its versionId, author, updatedAt, title, the transportRequest (and transportDescription) that produced it when available, and an opaque content_uri to fetch that version source via GetObjectVersionSource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_nameYesObject name (e.g., ZCL_MY_CLASS, ZIF_MY_INTERFACE, Z_MY_TABLE).
object_typeYesObject type.
function_group_nameNoOwning function group name. Required when object_type is function_module.
Behavior3/5

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

No annotations provided, so description bears full burden. It declares read-only behavior and lists return fields, but does not disclose performance implications, rate limits, or any potential destructive actions. The mention of opaque content_uri adds transparency about how to get version source.

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?

A single sentence that is well-structured and front-loaded with important flags ('[read-only]' and 'List the version history'). Every part is necessary and there is no filler. Highly concise.

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 no output schema, description adequately covers return fields and mentions the conditional param for function_group_name. It also links to GetObjectVersionSource. Missing detailed explanation of pagination or ordering, but sufficient for a list operation.

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?

Input schema has 100% coverage, describing all three parameters. Description does not add significant meaning beyond schema; it restates object_type and object_name as required and notes function_group_name for function_module. While clear, it adds no extra semantics.

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?

Description clearly states it lists version history of an ABAP object, specifies return fields (versionId, author, updatedAt, etc.), and distinguishes itself from sibling tools like GetObjectVersionSource and GetObjectVersionDiff by mentioning the opaque content_uri. It's specific and actionable.

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?

Description implies read-only usage with '[read-only]' but does not explicitly state when to use this tool versus other version-related tools (e.g., GetClassVersions, GetObjectVersionDiff). No alternative tools are mentioned, though it does guide using GetObjectVersionSource for fetching source from the content_uri.

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