What we build
A first BMD NTCS tool list, written as the manifest your IT team signs
Built on what BMD Systemhaus GmbH documents: offers, orders and order changes, order responses, inventory reports, dispatch advices, price catalogues, invoices, customer and supplier master data. Backends named below are documented resources; "confirmed in blueprint" means the vendor documentation sits behind a login and the resource is checked against your release first.
# bmd-ntcs-mcp-server: tool manifest, draft for blueprint week 1
# Every tool runs as the person asking. Nothing is written without a person confirming.
tools:
get_customer: # customer number -> master data
backend: confirmed in blueprint
mode: read
list_open_invoices: # customer, period -> open invoices
backend: confirmed in blueprint
mode: read
parse_order_response: # order response XML -> positions, dates, deviations
backend: BMD EDI XML ordrsp (XSD 2.0)
mode: read
get_inventory_report: # article -> stock from the inventory report
backend: BMD EDI XML invrpt
mode: read
draft_order_xml: # customer, items -> BMD ORDER 2.0 XML draft a person confirms before import
backend: BMD EDI XML order (http://www.bmd.at/xsd/ORDER/2.0/)
mode: propose
audit: every call logged with user, tool, arguments and the BMD NTCS response
The manifest is the contract. A question that needs an operation not on it gets a new line and a review, not a wider permission.