Skip to main content
Glama
dnic-dev

bw-modeling-mcp

by dnic-dev

bw_update_dtp

Update DTP properties: description, filter values (field = value), and extraction mode (Full/Delta). Manage filter fields and switch between delta/full extraction with delta-init awareness.

Instructions

Update DTP properties: description, simple value filter (e.g. field = value), and/or extraction mode (Full vs Delta). Use this for setting filter values on existing filter fields. Note: switching extraction mode between Delta and Full (and back) has BW delta-init implications — a later delta load may require re-initialization of the delta on the source.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dtp_nameYesDTP name to update (e.g. "DTP_...").
transportNoTransport request number. Required on systems with transport obligation.
descriptionNoNew description text for the DTP.
filter_fieldNoField name to filter on. Requires filter_value.
filter_valueNoFilter value(s) for the selection. Comma-separated for multiple values (e.g. "VAL1,VAL2").
extraction_modeNoSwitch the DTP extraction mode. "full" sets extractionMode="F"; "delta" sets extractionMode="D" (only valid for delta-capable sources). Switching modes has delta-init implications — see the tool note.
filter_dta_nameNoInternal dtaName for the filter field. Reserved for future use.
filter_excludingNoIf true, the filter excludes the given values (excluding="true"). Default false (inclusive).
filter_clear_fieldsNoComma-separated list of field names whose filter selections should be removed entirely.
transport_lock_holderNoTransport lock holder. The transport request that currently owns the object lock. Required on some systems when updating an existing object.
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses delta-init implications for extraction mode switches but omits details on whether the update is incremental or full, error conditions, or prerequisites like object locking. Adequate but not comprehensive.

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?

The description is front-loaded with the main actions and uses two sentences plus a concise note. It is efficient without being overly terse; the note is placed appropriately.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 10 parameters, no output schema, and no annotations, the description is relatively brief. It covers the core purpose and a key behavioral note but lacks details on return values, synchronous/asynchronous behavior, or error scenarios. Acceptable but could be more complete.

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 by explaining the filter use case and extraction mode implications. It does not add additional meaning for all parameters (e.g., transport_lock_holder), but the added context warrants a 4.

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 it updates DTP properties (description, filter, extraction mode) and specifies the use case 'setting filter values on existing filter fields'. It distinguishes from sibling tools like bw_create_dtp and bw_get_dtp.

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 clear context: 'Use this for setting filter values on existing filter fields' and notes extraction mode implications. It doesn't explicitly exclude other use cases or compare with alternatives like bw_set_dtp_filter_routine, but the context is sufficient.

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