Skip to main content
Glama
dnic-dev

bw-modeling-mcp

by dnic-dev

bw_activate

Activate aDSO, transformation, or DTP objects using a lock handle from update operations. Automatically unlocks (except DTPs) and reports any deactivated DTPs for re-activation.

Instructions

Activate one BW object (aDSO, Transformation, or DTP). Pass the lock_handle from bw_update_adso or bw_update_transformation. For DTP activation use lock_handle="" (no lock needed for DTPs). Unlock is sent automatically after activation (not for DTPs). The response lists any DTPs deactivated by impact analysis — these must be re-activated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_typeYesObject type: adso, trfn, dtpa, iobj, or trcs.
object_nameYesObject name (e.g. "OBJECT_NAME" or "DTP_...").
lock_handleYesLock handle from bw_update_adso or bw_update_transformation. Use empty string "" for DTP activation.
transportNoTransport request number. Required on systems with transport obligation.
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses automatic unlock (except for DTPs) and that impact analysis may deactivate other DTPs requiring re-activation. It lacks details on idempotency or error conditions but covers key behavioral traits.

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 multiple sentences but no fluff. It front-loads the purpose and efficiently communicates usage steps and post-activation behavior.

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 adequately covers usage, lock_handle, auto-unlock, and impact analysis response. It does not detail return values beyond deactivated DTPs, but is sufficient for a straightforward activation tool.

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%, but the description adds meaning by specifying lock_handle source, empty string for DTPs, and transport requirement context. However, the description mentions only three object types while the schema provides five enums.

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 tool activates BW objects (aDSO, Transformation, or DTP) with a specific verb and resource. It distinguishes from sibling tools that create or update these objects, as activation is a distinct action.

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 explicit instructions on when to use the tool: after update operations, with lock_handle from specific update tools, and special handling for DTPs. It also mentions unlock behavior and post-activation steps, but does not explicitly state 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/dnic-dev/bw-modeling-mcp'

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