Skip to main content
Glama
dnic-dev

bw-modeling-mcp

by dnic-dev

bw_unlock

Release locks on SAP BW objects without activating to discard changes and free stuck DTP enqueue locks after aborted create or update operations.

Instructions

Release a lock on a BW object without activating it. Use this to discard changes and free the lock, e.g. after an aborted create or update. For DTPs (dtpa) this releases the DTP framework enqueue lock (SM12: RSBKDTP) that can otherwise linger and block the next run or edit of the same DTP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_nameYesObject name (e.g. "OBJECT_NAME").
object_typeYesObject type: adso, trfn, trcs, iobj, area (InfoArea), dtpa (DTP), hcpr (CompositeProvider) or alvl (Aggregation Level).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv1.4.0
    • changedInput schema / properties / object_type / description
      Previous value: -"Object type: adso, trfn, trcs, iobj, area (InfoArea), or dtpa (DTP)."New value: +"Object type: adso, trfn, trcs, iobj, area (InfoArea), dtpa (DTP), hcpr (CompositeProvider) or alvl (Aggregation Level)."
    • changedInput schema / properties / object_type / enum
      Previous value: -[
      -  "adso",
      -  "trfn",
      -  "trcs",
      -  "iobj",
      -  "area",
      -  "dtpa"
      -]New value: +[
      +  "adso",
      +  "trfn",
      +  "trcs",
      +  "iobj",
      +  "area",
      +  "dtpa",
      +  "hcpr",
      +  "alvl"
      +]
  2. Changed2 schema fields changedv1.2.0
    • changedInput schema / properties / object_type / description
      Previous value: -"Object type: adso, trfn, trcs, iobj, or area (InfoArea)."New value: +"Object type: adso, trfn, trcs, iobj, area (InfoArea), or dtpa (DTP)."
    • changedInput schema / properties / object_type / enum
      Previous value: -[
      -  "adso",
      -  "trfn",
      -  "trcs",
      -  "iobj",
      -  "area"
      -]New value: +[
      +  "adso",
      +  "trfn",
      +  "trcs",
      +  "iobj",
      +  "area",
      +  "dtpa"
      +]
  3. First observedv0.7.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It discloses that changes are discarded, the lock is freed without activation, and for DTPs the framework enqueue lock is released. It does not cover error conditions or authorization, but is transparent about core side effects.

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?

Three sentences, no filler, and each sentence earns its place: the core action, the concrete use case, and the important DTP-specific caveat. Front-loaded with the primary 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?

For a two-parameter, no-output-schema tool, the description is nearly complete. It covers behavior, use case, and a critical edge case. Minor gaps like idempotency or failure responses keep it from a 5.

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 beyond the schema by explaining the special meaning of dtpa (DTP framework enqueue lock) and how the object type/name combine in the unlock operation.

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 verb and resource: 'Release a lock on a BW object without activating it.' It also differentiates from sibling actions like bw_activate by explicitly noting the operation does not activate the object.

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?

It gives explicit use context: 'Use this to discard changes and free the lock, e.g., after an aborted create or update.' It does not explicitly list alternatives or when-not-to-use cases, but the usage guidance is concrete and actionable.

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