Skip to main content
Glama
dnic-dev

bw-modeling-mcp

by dnic-dev

bw_update_adso

Update aDSO structures by adding or removing fields, changing settings, managing key fields, or modifying field properties. Returns a lock handle for activation.

Instructions

Add/remove fields, change aDSO type/settings, manage key fields, or update individual field properties. action "add_field" (default): add one or more InfoObject-backed fields — infoobject_name required. action "remove_field": removes the field from the aDSO (and from the key if it was a key field). action "add_pure_field": add one or more pure (non-InfoObject) fields — pass fields array with name, label, data_type, optional length/precision/scale/aggregation_behavior/is_key. action "update_settings": change aDSO type preset and/or individual boolean flags — no infoobject_name needed. action "manage_keys": replace the complete key field list — pass key_fields array (empty = no key fields). action "update_field_properties": modify sidDeterminationMode, aggregationBehavior, fixedCurrency/Unit, or descriptions of a single field — pass field_name and properties. Returns a lock_handle that must be passed to bw_activate to complete the operation. Sequence: bw_update_adso → bw_activate (adso) → bw_activate (trfn) → bw_activate (each dtpa).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adso_nameYesaDSO name (e.g. "ADSO_NAME").
infoobject_nameNoInfoObject name or comma-separated list to add or remove (e.g. "IOBJ_NAME" or "IOBJ_A,IOBJ_B"). Required for add_field and remove_field.
actionNo"add_field" (default), "remove_field", "add_pure_field", "update_settings", "manage_keys", or "update_field_properties".
fieldsNoPure field definitions for action "add_pure_field".
field_nameNoField name to modify (only for action "update_field_properties"), e.g. "FIELD_NAME" or "AMOUNT_P".
propertiesNoField properties to update (only for action "update_field_properties").
key_fieldsNoList of field names that should be key fields (only for action "manage_keys"). Empty array removes all key fields.
settingsNoSettings to apply (only for action "update_settings").
transportNoTransport request number (e.g. DEVK900123). Only required if the BW system requires transport assignment.
Behavior3/5

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

Discloses that the operation returns a lock_handle and requires a sequence of activations. Mentions removal of key fields for remove_field. Lacks details on prerequisites (e.g., aDSO state), reversibility, and side effects like data impact. No annotations, so description carries full burden.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is dense but well-organized by actions. Each sentence adds value. Could benefit from bullet points for readability, but is appropriately sized and front-loads the main 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?

Explains all actions and return value (lock_handle). Covers the activation sequence. Missing details on error handling, defaults, and consequences of not using the lock_handle. For a tool with high complexity and no output schema, it is mostly complete.

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 baseline is 3. The tool description adds value by explaining parameter relationships per action (e.g., infoobject_name required for add_field/remove_field), but does not significantly expand beyond schema descriptions.

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?

Description explicitly states it updates aDSO with multiple actions (add_field, remove_field, add_pure_field, update_settings, manage_keys, update_field_properties), clearly distinguishing from sibling tools like bw_create_adso which creates aDSOs.

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?

Provides clear context on when to use each action and the required parameters for each. Describes the necessary activation sequence (bw_update_adso → bw_activate). However, does not explicitly list alternatives or when not to use this tool.

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