Skip to main content
Glama
dnic-dev

bw-modeling-mcp

by dnic-dev

bw_update_dtp

Update DTP properties including description and filter values. Set simple field filters with inclusive or exclusive options, or clear existing filters.

Instructions

Update DTP properties: description and/or simple value filter (e.g. field = value). Use this for setting filter values on existing filter fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dtp_nameYesDTP name to update (e.g. "DTP_...").
descriptionNoNew description text for the DTP.
filter_fieldNoField name to filter on. Requires filter_value.
filter_dta_nameNoInternal dtaName for the filter field. Reserved for future use.
filter_valueNoFilter value(s) for the selection. Comma-separated for multiple values (e.g. "VAL1,VAL2").
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.
transportNoTransport request number. Required on systems with transport obligation.
transport_lock_holderNoTransport lock holder. The transport request that currently owns the object lock. Required on some systems when updating an existing object.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not disclose behavioral traits such as side effects (e.g., overriding existing filters), authorization needs, or transport requirements beyond the schema.

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 consists of two concise sentences without unnecessary words. Information is front-loaded, and every sentence adds value.

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?

For a tool with 9 parameters, no output schema, and no annotations, the description covers the core functionality (description and filter updates) but lacks details on the interaction between parameters like transport and filter_clear_fields.

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 coverage is 100%, so baseline is 3. The description adds context by grouping description and filter as the main properties and illustrating filter syntax, but does not significantly elaborate beyond the schema explanations.

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 and/or simple value filter) and gives an example. It distinguishes from sibling tools like bw_create_dtp and bw_get_dtp by focusing on modification.

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 explicitly says 'Use this for setting filter values on existing filter fields,' providing clear when-to-use guidance. However, it does not mention alternatives like bw_set_dtp_filter_routine or when not to use.

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