What we build
A first EPLAN tool list, written as the manifest your IT team signs
Built on what EPLAN GmbH & Co. KG, part of the Friedhelm Loh Group documents: projects, pages, macros, functions (devices), project data model objects. 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.
# eplan-mcp-server: tool manifest, draft for blueprint week 1
# Every tool runs as the person asking. Nothing is written without a person confirming.
tools:
list_projects: # folder or workspace -> EPLAN projects with name and path
backend: EPLAN API project management, resource confirmed in blueprint
mode: read
get_project_pages: # project -> pages with type and description
backend: EPLAN API DataModel pages
mode: read
find_devices: # project, part number or device tag -> functions with page reference
backend: EPLAN API DataModel functions
mode: read
get_bom: # project -> parts list with quantities
backend: confirmed in blueprint
mode: read
propose_device_change: # device, new part number -> draft change the engineer confirms in EPLAN
backend: confirmed in blueprint
mode: propose
audit: every call logged with user, tool, arguments and the EPLAN 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.