Skip to main content
Glama

GetPackageVersions

Retrieve the version history of an ABAP package, including version ID, author, timestamp, title, transport request, and a content URI to fetch the source code for each version.

Instructions

[read-only] List the SAP version history of a ABAP package. 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's source via GetPackageVersionSource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_nameYesABAP package name.
Behavior4/5

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

With no annotations, the description adds value by declaring read-only behavior and detailing return fields (versionId, author, updatedAt, etc.) and the opaque content_uri for source retrieval. It lacks info on pagination or error handling but is sufficient for a simple list tool.

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 concise: one sentence that efficiently conveys purpose, scope, and return value details without redundancy. The '[read-only]' prefix immediately signals behavioral safety.

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 low complexity (1 param, no output schema), the description adequately covers the list operation, including version details and the content_uri for source fetching. It could mention pagination or ordering, but is fairly complete.

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?

The single parameter 'package_name' is described in the schema as 'ABAP package name.' The description does not add additional meaning or context, and schema coverage is 100%, so baseline 3 is appropriate.

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 lists version history of an ABAP package, with specific verb 'List' and resource 'version history'. It distinguishes from siblings by focusing on version listing and linking to GetPackageVersionSource for source retrieval.

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 '[read-only]' tag indicates safe usage. The description implies use for browsing version history and directs to GetPackageVersionSource for content, providing some guidance. However, no explicit when-not-to-use or alternatives are stated.

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