Skip to main content
Glama

GetDdlVersions

Retrieve the version history of a CDS view, including version ID, author, update timestamp, and associated transport request for each change.

Instructions

[read-only] List the SAP version history of a CDS view (DDL source). 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 GetDdlVersionSource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ddl_nameYesCDS view (DDL source) name.
Behavior3/5

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

With no annotations provided, the description correctly marks the tool as [read-only] and lists the returned fields (versionId, author, etc.). However, it does not disclose potential behavioral traits such as result ordering, pagination limits, or error conditions, which would be helpful for safe invocation.

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 exceptionally concise: two sentences, no filler. The first sentence front-loads the purpose and read-only nature; the second enumerates return fields. Every word adds value, making it efficient for an agent to parse.

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?

Given no output schema, the description adequately lists return fields. However, it lacks context on result ordering (e.g., by version descending), potential pagination, or how to interpret the content_uri. For a version history tool, these gaps reduce completeness.

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 input schema provides 100% coverage with a clear description for the sole parameter 'ddl_name'. The tool description does not add additional meaning beyond the schema, such as formatting expectations or examples, so it meets the baseline.

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 'List the SAP version history of a CDS view (DDL source)', specifying the verb 'List' and the resource 'version history'. It distinguishes from the sibling GetDdlVersionSource by noting that the returned content_uri is used to fetch source via that tool, and also from other version tools by naming DDL source specifically.

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?

The description implies usage for listing versions but does not explicitly state when to use this tool versus alternatives like GetDdlVersionDiff or other object version tools. There is no guidance on prerequisites or exclusions, leaving the agent to infer from context.

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