What we build
A first CSB-System tool list, written as the manifest your IT team signs
CSB-System SE does not publish its interface reference, so every backend below is confirmed against your installation in the blueprint before a tool is built.
# csb-system-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_orders: # customer, delivery date -> orders and status
backend: confirmed in blueprint
mode: read
get_sales_figures: # customer or product group, period -> sales
backend: confirmed in blueprint
mode: read
trace_batch: # batch number -> upstream lots and downstream deliveries
backend: confirmed in blueprint
mode: read
get_product: # article number -> master data and specifications
backend: confirmed in blueprint
mode: read
draft_sales_order: # customer email or PDF content -> order draft a person confirms
backend: confirmed in blueprint
mode: propose
audit: every call logged with user, tool, arguments and the CSB-System 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.