What we build
A first ams.erp tool list, written as the manifest your IT team signs
Built on what ams.Solution AG (ams.GROUP) documents: projects and orders, quotations, bills of materials, purchasing and warehouse data, forms and dialogs exposed through the API. 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.
# ams-erp-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_project_status: # project number -> budget, capacity, dates and status
backend: ams.erp API, resource confirmed in blueprint
mode: read
get_project_bom: # project number -> current bill of materials
backend: ams.erp API, resource confirmed in blueprint
mode: read
list_open_purchase_items: # project -> open purchasing positions and expected delivery
backend: ams.erp API, resource confirmed in blueprint
mode: read
search_quotations: # customer, keyword -> past quotations
backend: ams.erp API, resource confirmed in blueprint
mode: read
draft_quotation: # customer request -> quotation draft a person confirms
backend: ams.erp API POST, resource confirmed in blueprint
mode: propose
audit: every call logged with user, tool, arguments and the ams.erp 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.