# vorlagen_liste

List all available CV template designs with preview image URLs. Listet alle LebenslaufHeld-Designvorlagen mit Vorschau-Bild-URLs auf.

Agent View of the PolicyLayer registry record for `vorlagen_liste`. HTML page: https://policylayer.com/tools/de-lebenslaufheld-mcp/vorlagen-liste

## Facts

- Tool: `vorlagen_liste`
- Server: LebenslaufHeld (`https://lebenslaufheld.de/mcp`) — https://policylayer.com/tools/de-lebenslaufheld-mcp.md
- Homepage: https://github.com/https://lebenslaufheld.de/mcp
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server auth posture: open
- 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": "vorlagen_liste",
    "arguments": {}
  }
}
```

## Why vorlagen_liste is rated Low

This tool retrieves and displays metadata (template names and preview URLs) from the CV builder service. It performs a read-only query operation that returns design options without creating, modifying, deleting, or executing any operations. No authentication is required, and the data returned is non-sensitive template information intended for user selection.

From the tool's own definition: "Tool name 'vorlagen_liste' and description 'List all available CV template designs with preview image URLs' indicates a retrieval operation with no side effects."

## Use case

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

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

## Other tools on LebenslaufHeld (4)

- `ats_check` — Read — https://policylayer.com/tools/de-lebenslaufheld-mcp/ats-check.md
- `beruf_beispiel` — Read — https://policylayer.com/tools/de-lebenslaufheld-mcp/beruf-beispiel.md
- `vollstaendigkeits_check` — Read — https://policylayer.com/tools/de-lebenslaufheld-mcp/vollstaendigkeits-check.md
- `lebenslauf_erstellen` — Write — https://policylayer.com/tools/de-lebenslaufheld-mcp/lebenslauf-erstellen.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=de-lebenslaufheld-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/de-lebenslaufheld-mcp
