# get_llms_full

Return a link to the complete, source-linked agent reference (llms-full.txt) for a product — its entire prose, API surface, and examples in one document. This file is large, so it is returned as a resource link and canonical URL rather than inlined; use search_docs/get_doc for targeted lookups and this when you want the whole corpus.

Agent View of the PolicyLayer registry record for `get_llms_full`. HTML page: https://policylayer.com/tools/com-freebatteryfactory-docs/get-llms-full

## Facts

- Tool: `get_llms_full`
- 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: 1 (1 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `product` | string | yes | Product id from list_products. |

Parameters from the server's own tool schema.

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

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_llms_full",
    "arguments": {
      "product": "<product>"
    }
  }
}
```

## Why get_llms_full is rated Low

This tool retrieves and provides access to documentation (a reference file and URL). It performs no mutations, side effects, or external operations—purely informational read access with minimal risk if misused by an AI agent.

From the tool's own definition: "Tool returns 'a link to the complete...agent reference' and 'This file is large, so it is returned as a resource link and canonical URL rather than inlined'. The actions 'search_docs/get_doc for targeted lookups' confirm retrieval-only behavior."

## Use case

AI agents call get_llms_full 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": {
    "get_llms_full": {}
  }
}
```

## Other tools on Docs (3)

- `get_doc` — Read — https://policylayer.com/tools/com-freebatteryfactory-docs/get-doc.md
- `list_products` — Read — https://policylayer.com/tools/com-freebatteryfactory-docs/list-products.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
