# get-yo-mama-joke

Get a random Yo Mama joke

Agent View of the PolicyLayer registry record for `get-yo-mama-joke`. HTML page: https://policylayer.com/tools/09tns-telljocke/get-yo-mama-joke

## Facts

- Tool: `get-yo-mama-joke`
- Server: Jokes MCP Server (`09tns/telljocke`) — https://policylayer.com/tools/09tns-telljocke.md
- Homepage: https://github.com/09Tns/TellJocke
- Risk category: Read (Low risk)
- Registry record: grade A, 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": "get-yo-mama-joke",
    "arguments": {}
  }
}
```

## Why get-yo-mama-joke is rated Low

This tool retrieves pre-generated joke content from the server and returns it to the user. There is no data modification, deletion, code execution, or financial impact. The operation is read-only and idempotent, making it a straightforward Read category tool with low severity risk.

From the tool's own definition: "The tool name is 'get-yo-mama-joke' and the description states 'Get a random Yo Mama joke'. This is a retrieval operation that fetches and returns data without modifying state or triggering external side effects."

## Use case

AI agents call get-yo-mama-joke to retrieve information from Jokes MCP Server 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 Jokes MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "get-yo-mama-joke": {}
  }
}
```

## Other tools on Jokes MCP Server (3)

- `get-chuck-categories` — Read — https://policylayer.com/tools/09tns-telljocke/get-chuck-categories.md
- `get-chuck-joke` — Read — https://policylayer.com/tools/09tns-telljocke/get-chuck-joke.md
- `get-dad-joke` — Read — https://policylayer.com/tools/09tns-telljocke/get-dad-joke.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=09tns-telljocke · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/09tns-telljocke
