You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -269,17 +270,35 @@ Retrieve device monitoring data including datasources, instances, and time-serie
269
270
Key features:
270
271
- Wildcard filtering for datasources (e.g., `datasourceIncludeFilter: "CPU*"`)
271
272
- Batch instance data retrieval (e.g., all CPU cores at once)
272
-
- Flexible time ranges (ISO 8601 dates or Unix epochs, defaults to last 24 hours)
273
+
- Flexible time ranges (relative strings like `-6h`/`-7d`, ISO 8601 dates, Unix epochs, or `"now"` — defaults to last 24 hours)
273
274
- Formatted output with timestamps and metric values
274
275
276
+
#### `lm_sdt`
277
+
Manage Scheduled Down Times (maintenance windows):
278
+
-**list** - List SDTs with filtering (e.g., `isEffective:true` for active SDTs)
279
+
-**get** - Get SDT details by ID (string format, e.g., `"R_42"`)
280
+
-**create** - Create one-time or recurring SDTs targeting devices, groups, websites, collectors, or datasources
281
+
-**update** - Update SDT schedule, comment, or target
282
+
-**delete** - Delete/end SDTs (single or batch)
283
+
284
+
SDT types: ResourceSDT (device), ResourceGroupSDT, WebsiteSDT, WebsiteGroupSDT, CollectorSDT, DeviceDataSourceSDT, and more.
285
+
286
+
#### `lm_opsnote`
287
+
Manage operational notes for change tracking:
288
+
-**list** - List ops notes with filtering (by tags, createdBy, happenedOn, etc.)
289
+
-**get** - Get note details by ID
290
+
-**create** - Create notes with optional scopes (device, service, deviceGroup, serviceGroup) and tags
291
+
-**update** - Update note text, scopes, or tags
292
+
-**delete** - Delete notes (single or batch)
293
+
275
294
#### `lm_session`
276
295
Manage session context and variables using standard CRUD operations:
277
296
278
297
**Operations:**
279
298
-**list** - Get session history (recent tool calls)
280
299
- Parameters: `limit` (optional, 1-50)
281
300
-**get** - Get session context or specific variable
282
-
- Parameters: `key` (optional - if omitted, returns full context), `historyLimit`, `includeResults`
301
+
- Parameters: `key` (optional - if omitted, returns full context), `fields` (project specific fields from arrays), `index` (single item by position), `limit` (first N items), `historyLimit`, `includeResults`
0 commit comments