Skip to main content
Glama
abap0917

abap-adt-mcp

by abap0917

adt_create_function_group

Creates an ABAP function group (FUGR) in a package and optionally activates it. Required before creating function modules.

Instructions

Create a function group (FUGR) in a package (default $TMP, local/no transport) and optionally activate it. Function modules must live inside a function group, so create this first. Name must match the Z*/Y* prefix. Returns the group URI and activation status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFunction group name, e.g. ZMY_GROUP. Must match Z*/Y* prefix.
packageNoTarget devclass. Omit to be asked (create new package | use $TMP).
activateNoActivate after creation. Default true.
transportNoTransport request. Omit + non-$TMP package -> asked to create one.
descriptionNoShort text / description.
Behavior3/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states that the tool creates a function group, optionally activates it, and returns the group URI and activation status. However, it does not disclose side effects (e.g., overwriting existing groups), permissions needed, or what happens if the name already exists.

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 three sentences, each providing essential information: main action, prerequisite, naming constraint, and output. No unnecessary words. It is front-loaded with the core purpose.

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 5 parameters, no output schema, and no annotations, the description covers most key aspects: action, naming, default package, activation, output. It could be more explicit about the transport behavior (e.g., 'if omitted and package is $TMP, no transport; otherwise you'll be asked'), but the schema already provides this detail.

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 baseline is 3. The description adds value by clarifying the default behavior for package ($TMP, local/no transport) and indicating output (URI and activation status). It reinforces the naming constraint already in the schema.

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 'Create a function group (FUGR) in a package' and mentions activation. It distinguishes from sibling tools by specifying that function modules must live inside a function group, establishing this as a prerequisite for other operations.

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 provides usage context by noting the naming convention (Z*/Y* prefix) and the default package ($TMP, local/no transport). It advises that this tool should be used before creating function modules. However, it does not explicitly state when not to use this tool or mention alternatives.

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

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