What we build
A first Vertec tool list, written as the manifest your IT team signs
Built on what Vertec AG documents: projects, users and employees, activities, invoices, expenses, addresses and contacts, time entries (services), BI measures such as fees and minutes by project, employee and period. 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.
# vertec-mcp-server: tool manifest, draft for blueprint week 1
# Every tool runs as the person asking. Nothing is written without a person confirming.
tools:
find_project: # code or name -> project with leader, status and client
backend: REST /objects with OCL query, project class confirmed in blueprint
mode: read
get_project_services: # project, date range -> booked time entries and fees
backend: REST /objects with OCL query, or BI /getdata; class confirmed in blueprint
mode: read
get_fee_measures: # measures, dimensions (project, employee, month) -> aggregated figures
backend: BI API /getdata
mode: read
list_open_invoices: # client -> open invoices with amount and due date
backend: REST /objects with OCL query, invoice class confirmed in blueprint
mode: read
draft_activity: # contact, subject, date -> CRM activity proposal for a person to confirm
backend: REST POST /objects, activity class confirmed in blueprint
mode: propose
audit: every call logged with user, tool, arguments and the Vertec 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.