What we build
A first Abas ERP tool list, written as the manifest your IT team signs
Built on what Forterro (Abas Software GmbH) documents: products and articles, customers, opportunities, any Abas database object addressed by database and group, infosystems. 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.
# abas-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:
search_products: # search word or number range -> products with number and search word
backend: REST API obj/data/2:1 query
mode: read
get_object: # database:group and ID -> full Abas object with head and table fields
backend: REST API obj/data/<db>:<group>/<id>
mode: read
get_customer: # customer number -> customer master data
backend: REST API customer object, database number confirmed in blueprint
mode: read
list_opportunities: # customer -> opportunities
backend: REST API obj/data/3:30
mode: read
run_infosystem: # infosystem search word and parameters -> result table
backend: REST API infosystem call, confirmed in blueprint
mode: read
draft_opportunity: # customer and fields -> opportunity draft a person confirms before commit
backend: REST API obj/data/3:30 editor command NEW, then commit
mode: propose
audit: every call logged with user, tool, arguments and the Abas 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.