# beruf_beispiel

Get a real example CV walkthrough for a specific profession. Liefert zu einem Berufsnamen das passende Beispiel von der LebenslaufHeld-Berufsseite: was einen ueberzeugenden Lebenslauf in diesem Beruf ausmacht, mit Formulierungen und Skill-Listen.

Agent View of the PolicyLayer registry record for `beruf_beispiel`. HTML page: https://policylayer.com/tools/de-lebenslaufheld-mcp/beruf-beispiel

## Facts

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

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `beruf` | string | yes |  |

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": "beruf_beispiel",
    "arguments": {
      "beruf": "<beruf>"
    }
  }
}
```

## Why beruf_beispiel is rated Low

This tool queries and retrieves example CVs and profession-specific guidance from the LebenslaufHeld database. It performs a lookup operation that returns informational content (Formulierungen, Skill-Listen) without modifying, executing, or deleting anything. No authentication required and no state changes occur. The minimal blast radius confirms low severity.

From the tool's own definition: "Tool description states 'Get a real example CV walkthrough' and 'Liefert zu einem Berufsnamen das passende Beispiel' (delivers an example for a profession name)."

## Use case

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

## Other tools on LebenslaufHeld (4)

- `ats_check` — Read — https://policylayer.com/tools/de-lebenslaufheld-mcp/ats-check.md
- `vollstaendigkeits_check` — Read — https://policylayer.com/tools/de-lebenslaufheld-mcp/vollstaendigkeits-check.md
- `vorlagen_liste` — Read — https://policylayer.com/tools/de-lebenslaufheld-mcp/vorlagen-liste.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
