{"name":"Handoff MCP Server","version":"1.0.0","protocol":"2025-03-26","tools":[{"name":"list_employees","description":"List employees (colaboradores) in the organization. Optionally filter by name/CPF/department or include inactive."},{"name":"get_employee","description":"Get a single employee with their active allocations."},{"name":"create_employee","description":"Create a new employee (colaborador)."},{"name":"delete_employee","description":"Archive (soft-delete) an employee. Blocked if the employee has active asset allocations — return all assets first."},{"name":"list_assets","description":"List assets (ativos/equipamentos) in the organization."},{"name":"get_asset","description":"Get a single asset with its allocation history."},{"name":"create_asset","description":"Register a new asset (ativo/equipamento)."},{"name":"list_allocations","description":"List asset allocations (entregas de equipamento para colaboradores)."},{"name":"create_allocation","description":"Allocate an asset to an employee and generate a responsibility term without sending it automatically."},{"name":"return_asset","description":"Register the return of an asset (encerra a alocação)."},{"name":"list_departments","description":"List departments (departamentos) in the organization."},{"name":"list_equipment_types","description":"List equipment types (tipos de equipamento) configured in the organization."},{"name":"offboarding_pending","description":"List dismissed employees who still have active allocations (pending asset returns)."}],"usage":{"endpoint":"POST /api/mcp","auth":"Authorization: Bearer hoff_<api_key>","docs":"https://usehandoff.com.br/docs/mcp"}}