rhombus-node-mcp 0.1.52 → 0.1.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,6 +6,14 @@ const TOOL_DESCRIPTION = `
|
|
|
6
6
|
Searches Honeywell Elements (LenelS2 Elements) badge / access-control events for the organization. Use this to answer
|
|
7
7
|
"who entered WHERE and WHEN" questions, e.g. "who entered the back office yesterday".
|
|
8
8
|
|
|
9
|
+
NOTE: an organization may run any combination of Honeywell OnGuard (Lenel), Honeywell Elements (LenelS2
|
|
10
|
+
Elements), and Lenel S2 NetBox badge integrations — each searched by its own sibling tool
|
|
11
|
+
(onguard-events-tool / elements-events-tool / netbox-events-tool), all taking identical arguments and
|
|
12
|
+
returning the same shape. For a general "who badged in / did anyone enter" question you usually do NOT
|
|
13
|
+
know which integration recorded the event, so call ALL THREE sibling tools (in parallel) and combine the
|
|
14
|
+
results — each returns an empty list when its integration isn't configured. Restrict to one vendor only
|
|
15
|
+
when the user explicitly names it.
|
|
16
|
+
|
|
9
17
|
Each returned event includes:
|
|
10
18
|
- cardholderName: the person's name
|
|
11
19
|
- deviceUuid: the camera that saw the event
|
|
@@ -6,6 +6,14 @@ const TOOL_DESCRIPTION = `
|
|
|
6
6
|
Searches Lenel S2 NetBox (Honeywell NetBox) badge / access-control events for the organization. Use this to answer
|
|
7
7
|
"who entered WHERE and WHEN" questions, e.g. "who entered the back office yesterday".
|
|
8
8
|
|
|
9
|
+
NOTE: an organization may run any combination of Honeywell OnGuard (Lenel), Honeywell Elements (LenelS2
|
|
10
|
+
Elements), and Lenel S2 NetBox badge integrations — each searched by its own sibling tool
|
|
11
|
+
(onguard-events-tool / elements-events-tool / netbox-events-tool), all taking identical arguments and
|
|
12
|
+
returning the same shape. For a general "who badged in / did anyone enter" question you usually do NOT
|
|
13
|
+
know which integration recorded the event, so call ALL THREE sibling tools (in parallel) and combine the
|
|
14
|
+
results — each returns an empty list when its integration isn't configured. Restrict to one vendor only
|
|
15
|
+
when the user explicitly names it.
|
|
16
|
+
|
|
9
17
|
Each returned event includes:
|
|
10
18
|
- cardholderName: the person's name
|
|
11
19
|
- deviceUuid: the camera that saw the event
|
|
@@ -6,6 +6,14 @@ const TOOL_DESCRIPTION = `
|
|
|
6
6
|
Searches Honeywell OnGuard (Lenel) badge / access-control events for the organization. Use this to answer
|
|
7
7
|
"who entered WHERE and WHEN" questions, e.g. "who entered the back office yesterday".
|
|
8
8
|
|
|
9
|
+
NOTE: an organization may run any combination of Honeywell OnGuard (Lenel), Honeywell Elements (LenelS2
|
|
10
|
+
Elements), and Lenel S2 NetBox badge integrations — each searched by its own sibling tool
|
|
11
|
+
(onguard-events-tool / elements-events-tool / netbox-events-tool), all taking identical arguments and
|
|
12
|
+
returning the same shape. For a general "who badged in / did anyone enter" question you usually do NOT
|
|
13
|
+
know which integration recorded the event, so call ALL THREE sibling tools (in parallel) and combine the
|
|
14
|
+
results — each returns an empty list when its integration isn't configured. Restrict to one vendor only
|
|
15
|
+
when the user explicitly names it.
|
|
16
|
+
|
|
9
17
|
Each returned event includes:
|
|
10
18
|
- cardholderName: the person's name
|
|
11
19
|
- deviceUuid: the camera that saw the event
|