# list_products

List the Free Battery Factory products that have live documentation, each with a one-line blurb, current docs version, and canonical URLs. Call this first to discover the valid product ids used by the other tools.

Agent View of the PolicyLayer registry record for `list_products`. HTML page: https://policylayer.com/tools/com-freebatteryfactory-docs/list-products

## Facts

- Tool: `list_products`
- Server: Docs (`https://freebatteryfactory.com/mcp`) — https://policylayer.com/tools/com-freebatteryfactory-docs.md
- Homepage: https://github.com/https://freebatteryfactory.com/mcp
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server auth posture: open
- Server CORS policy: *
- 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_products",
    "arguments": {}
  }
}
```

## Why list_products is rated Low

This tool retrieves and queries documentation metadata (product names, blurbs, versions, URLs) to enable discovery of valid product identifiers. It performs no creation, modification, deletion, execution, or financial operations. It is a pure read operation with minimal blast radius if misused by an AI agent—at worst, the agent would learn which products are documented.

From the tool's own definition: "Tool description states it 'List[s] the Free Battery Factory products' with documentation details and 'canonical URLs'. The verb 'list' and the purpose of discovery indicate data retrieval with no side effects."

## Use case

AI agents call list_products to retrieve information from Docs 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 Docs:

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

## Other tools on Docs (3)

- `get_doc` — Read — https://policylayer.com/tools/com-freebatteryfactory-docs/get-doc.md
- `get_llms_full` — Read — https://policylayer.com/tools/com-freebatteryfactory-docs/get-llms-full.md
- `search_docs` — Read — https://policylayer.com/tools/com-freebatteryfactory-docs/search-docs.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=com-freebatteryfactory-docs · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-freebatteryfactory-docs
