Skip to main content
Glama

UpdateFunctionGroup

Modify the metadata description of an existing ABAP function group container to update its documentation and purpose.

Instructions

Update metadata (description) of an existing ABAP function group. Function groups are containers for function modules and don't have source code to update directly. Uses stateful session with proper lock/unlock mechanism.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
function_group_nameYesFunction group name (e.g., ZTEST_FG_001). Must exist in the system.
descriptionYesNew description for the function group.
transport_requestNoTransport request number (e.g., E19K905635). Optional if object is local or already in transport.
Behavior4/5

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

With no annotations provided, the description carries full burden and adds valuable behavioral context: it discloses that the operation uses 'stateful session with proper lock/unlock mechanism,' which informs about concurrency and session management. It also clarifies that function groups are metadata-only containers, helping set expectations about what can be updated.

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 efficiently structured in two sentences: the first states the core purpose and clarifies the resource type, while the second adds important behavioral context. Every sentence earns its place with no wasted words.

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?

For a mutation tool with no annotations and no output schema, the description does well by explaining the resource nature and session mechanism. However, it could be more complete by mentioning potential side effects, error conditions, or what happens to existing metadata not mentioned, though the high schema coverage helps compensate.

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?

Schema description coverage is 100%, so the schema already fully documents all three parameters. The description doesn't add any parameter-specific information beyond what's in the schema, but it does provide context about function groups that helps understand the parameters' purpose, meeting the baseline for high schema coverage.

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 specific action ('Update metadata (description)'), target resource ('existing ABAP function group'), and scope ('function groups are containers for function modules and don't have source code to update directly'), which distinguishes it from sibling tools like UpdateFunctionModule that might modify source code.

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 context by explaining what function groups are and mentioning they don't have source code to update directly, which helps differentiate from other update tools. However, it doesn't explicitly state when to use this tool versus alternatives like UpdateFunctionModule or when not to use it.

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