# list_tracked_products

عرض المنتجات المحفوظة وحالتها وآخر سعر وموعد الفحص القادم.

Agent View of the PolicyLayer registry record for `list_tracked_products`. HTML page: https://policylayer.com/tools/deal-watcher-ai-agent/list-tracked-products

## Facts

- Tool: `list_tracked_products`
- Server: Deal Watcher Ai Agent (`s2leh/deal-watcher-ai-agent`) — https://policylayer.com/tools/deal-watcher-ai-agent.md
- Homepage: https://github.com/s2leh/deal-watcher-ai-agent
- Risk category: Read (Low risk)
- Registry record: grade B, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_tracked_products",
    "arguments": {}
  }
}
```

## Why list_tracked_products is rated Low

This tool retrieves and displays information about tracked products without creating, modifying, deleting, or executing external operations. It is a pure data query operation that returns read-only information about product tracking status, pricing history, and scheduling metadata.

From the tool's own definition: "Tool name 'list_tracked_products' and description 'عرض المنتجات المحفوظة وحالتها وآخر سعر وموعد الفحص القادم' (Display saved products, their status, last price, and next check time) indicate retrieval and querying of stored product tracking data with no…"

## Use case

AI agents call list_tracked_products to retrieve information from Deal Watcher Ai Agent without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Deal Watcher Ai Agent:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "list_tracked_products": {}
  }
}
```

## Other tools on Deal Watcher Ai Agent (5)

- `check_product_now` — Execute — https://policylayer.com/tools/deal-watcher-ai-agent/check-product-now.md
- `preview_amazon_tracking` — Read — https://policylayer.com/tools/deal-watcher-ai-agent/preview-amazon-tracking.md
- `confirm_amazon_tracking` — Write — https://policylayer.com/tools/deal-watcher-ai-agent/confirm-amazon-tracking.md
- `pause_tracked_product` — Write — https://policylayer.com/tools/deal-watcher-ai-agent/pause-tracked-product.md
- `resume_tracked_product` — Write — https://policylayer.com/tools/deal-watcher-ai-agent/resume-tracked-product.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=deal-watcher-ai-agent · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/deal-watcher-ai-agent
