Pular para o conteúdo principal

MCP Tool Reference

Reference for tools available through the Ever Gauzy MCP Server.

Tool Categories

Employee Management

ToolDescription
employee_listList employees with filtering
employee_getGet employee by ID
employee_createCreate new employee
employee_updateUpdate employee details
employee_statisticsGet employee statistics

Time Tracking

ToolDescription
timer_startStart timer for employee
timer_stopStop active timer
timer_statusGet current timer status
time_log_createCreate manual time log
time_log_listList time logs with filters
timesheet_submitSubmit timesheet for approval
timesheet_approveApprove submitted timesheet

Project Management

ToolDescription
project_listList projects
project_createCreate new project
project_updateUpdate project
task_listList tasks with filters
task_createCreate task
task_updateUpdate task
task_assignAssign task to employee

Organization

ToolDescription
organization_listList organizations
organization_getGet organization details
department_listList departments
team_listList teams
team_createCreate team

Invoicing & Finance

ToolDescription
invoice_createGenerate invoice
invoice_listList invoices
invoice_sendSend invoice to client
expense_createCreate expense
expense_listList expenses
payment_recordRecord payment

CRM

ToolDescription
contact_listList contacts
contact_createCreate contact
pipeline_listList sales pipelines
deal_createCreate deal in pipeline

Reports

ToolDescription
report_time_activityTime & activity report
report_weeklyWeekly report
report_amounts_owedAmounts owed report
report_project_budgetsProject budget report

Tool Input Format

Tools accept JSON parameters:

{
"tool": "employee_list",
"arguments": {
"organizationId": "org-uuid",
"isActive": true,
"take": 10,
"skip": 0
}
}