Skip to main content
Glama
dnic-dev

bw-modeling-mcp

by dnic-dev

bw_update_infosource

Update an InfoSource by changing its description and replacing the entire field list. Fields can be linked to InfoObjects or local. Provides a lock handle for activation.

Instructions

Update an InfoSource — change description and/or replace the complete field list. Provide fields as an array; the entire existing field list is replaced. Each field can reference an InfoObject (set infoobject_name) or be a local field (omit infoobject_name). Returns a lock_handle for bw_activate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesInfoSource name (e.g. "INFOSOURCE_NAME").
descriptionNoNew description text (optional — omit to leave unchanged).
fieldsNoComplete list of fields. Replaces all existing fields. Omit to leave fields unchanged.
transportNoTransport request number (e.g. DEVK900123). Only required if the BW system requires transport assignment.
Behavior4/5

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

With no annotations, the description adequately discloses key behaviors: field list replacement, local vs referenced fields, and return of lock_handle. Missing details on permissions, but sufficient for an agent.

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 extremely concise: three sentences, each adding essential information. No wasted words, front-loaded with the action.

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, the description covers the return value and key behaviors. Could mention optional status of description or error handling, but overall complete for an update 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%, so baseline 3. The description adds value by explaining replacement semantics for the fields array and how to define local vs InfoObject-bound fields, which is not in the schema.

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 updates an InfoSource, specifying the actions (change description, replace field list) and distinguishing it from creation or deletion tools.

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 implies usage for modifying existing InfoSources and mentions the lock_handle for activation, but does not explicitly contrast with sibling tools like bw_create_infosource or bw_delete.

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