What we build
A first Sylob tool list, written as the manifest your IT team signs
Built on what Forterro (Sylob brand) documents: record sets defined as system-information queries, read and write actions from the action catalogue, orders, invoices and price offers via EDI. 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.
# sylob-mcp-server: tool manifest, draft for blueprint week 1
# Every tool runs as the person asking. Nothing is written without a person confirming.
tools:
run_si_query: # query code, parameters -> rows from a predefined system-information query
backend: API REST Système d'Information
mode: read
get_late_manufacturing_orders: # customer or date -> manufacturing orders behind schedule
backend: system-information query, confirmed in blueprint
mode: read
get_stock_position: # article -> stock, reserved and on-order quantities
backend: system-information query, confirmed in blueprint
mode: read
describe_action: # action code -> input schema of a catalogue action
backend: API REST Action (schema operation)
mode: read
draft_purchase_order: # supplier, article, quantity -> purchase order proposal for a person to confirm
backend: API REST Action (catalogue write action)
mode: propose
audit: every call logged with user, tool, arguments and the Sylob 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.