Skip to main content
Glama

Activate ABAP Objects

sap_activate
Destructive

Activates one or more inactive ABAP objects to make the working version live in the SAP system. Activate related objects together to resolve cross-dependencies and avoid activation errors.

Instructions

Activate one or more inactive ABAP objects. This MODIFIES the SAP system (makes the working version live).

Args:

  • objects (array): each { object_type, object_name, function_group? }. Activating related objects together resolves cross-dependencies.

  • response_format ('markdown' | 'json').

Returns (json): { activated: boolean, objects: [{type,name}], messages: [{type,text,line?}] }. 'activated' is true only when there are no error (E) messages.

Examples:

  • "Activate CL_FOO and its interface" -> objects=[{class,CL_FOO},{interface,IF_FOO}]. Error Handling:

  • Activation errors (syntax, unresolved deps) are returned as messages with type 'E'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectsYesOne or more objects to activate together.
response_formatNoOutput format: 'markdown' (human-readable, default) or 'json' (structured).markdown
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark this as destructive and non-read-only, and the description reinforces this by explicitly saying it MODIFIES the SAP system. It adds valuable behavioral detail: activating related objects together resolves cross-dependencies, errors are returned as messages with type 'E', and 'activated' is true only when no error messages exist. This exceeds the minimal annotation signal without contradicting it.

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 well-structured with clear sections for arguments, return values, examples, and error handling. Each section is concise and earns its place, and the most important warning about modifying the system is front-loaded in the first line.

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?

With no output schema, the description appropriately documents the JSON return structure, error semantics, and an example. The only minor gap is a slight ambiguity between 'Returns (json)' and the default response_format of 'markdown', which could confuse an agent about the default response shape. Overall, the tool is callable with the information provided.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds value beyond the schema by explaining that activating related objects together resolves cross-dependencies, providing a natural-language-to-object mapping example, and clarifying the semantic meaning of response_format. This is meaningful supplementary guidance rather than repetition.

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 opens with a specific verb and resource: 'Activate one or more inactive ABAP objects.' It further clarifies the operational effect by stating 'This MODIFIES the SAP system (makes the working version live),' which clearly distinguishes it from read-only sibling tools like sap_get_source or sap_search_objects.

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 intended use case is implied through 'inactive ABAP objects' and the example, but the description does not explicitly say when to prefer this tool over alternatives such as sap_syntax_check, sap_create_object, or sap_list_inactive. No exclusions or alternative routing are provided, so the guidance is adequate but not explicit.

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

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/appmaster3000/sap-abap-mcp-server'

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