Skip to main content
Glama
dnic-dev

bw-modeling-mcp

by dnic-dev

bw_delete_transformation_routine

Remove a routine (start, end, or expert) from a SAP BW/4HANA transformation. Deletes the routine rule and cleans up the group if empty, returning a lock handle for activation.

Instructions

Remove a Start, End, or Expert routine from a Transformation. Deletes the matching rule from group id="0". If no rules remain, removes the entire group. Returns lock_handle for bw_activate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
transformation_nameYesTransformation name (UUID-like key).
routine_typeYesRoutine to remove: "start", "end", or "expert".
Behavior4/5

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

With no annotations, the description fully discloses the deletion behavior (including group removal) and return value. However, it lacks details on permissions, irreversibility, or error states.

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 with three sentences, front-loading the main action and including essential details without extraneous information.

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 no output schema and no annotations, the description covers inputs, behavior, and output well. However, it could mention error conditions or prerequisites for a more complete picture.

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?

The input schema already provides descriptions for both parameters, but the description adds useful context such as the group id='0' and the routine types, enhancing understanding beyond 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 the action (removing a routine from a Transformation), specifies the group id, and notes the behavior of removing the entire group if no rules remain. It also mentions the return value, providing a complete understanding of the tool's purpose.

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 implicitly suggests that after deletion, activation via bw_activate may be needed, but it does not provide explicit guidance on when to use this tool versus alternatives (e.g., setting routines). No context on prerequisites or exclusions.

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/dnic-dev/bw-modeling-mcp'

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