All tools
ToolRead

List library site monitor items

list_library_site_monitor_items

You need matching folders, sources, notes, recent changes, or library metadata.

When to use it

You need matching folders, sources, notes, recent changes, or library metadata.

Typical workflow

Find candidate library objects before reading full evidence.

What it returns

Metadata lists, ids, snippets, activity, and discovery hints.

Avoid using it when

You need exact quoted evidence from a long source; use chunk tools instead.

Advanced input contract

Agent hosts use this JSON Schema to validate the exact input shape.

View JSON Schema
{
  "type": "object",
  "properties": {
    "folderId": {
      "type": "string",
      "format": "uuid"
    },
    "includeDescendants": {
      "type": "boolean",
      "default": false,
      "description": "Include authorized descendant folders, such as competitor folders inside a Competitive Intelligence Project."
    },
    "reviewState": {
      "type": "string",
      "enum": [
        "all",
        "pending",
        "saved",
        "dismissed"
      ],
      "default": "all"
    },
    "limit": {
      "type": "number",
      "minimum": 1,
      "maximum": 100,
      "default": 40
    }
  },
  "required": [
    "folderId"
  ],
  "additionalProperties": false
}

Useful next tools