textdad-jokeshumortextcsvjokesclean

100 Dad Jokes

Category
Text
Update Frequency
One-time snapshot
Collection Method
uploaded
Verification
unverified
PII
None detected

About this data

A curated dataset of 100 clean dad jokes in CSV format. Each row includes a setup and punchline. Includes a 10-row preview sample for quick evaluation. Useful for prompt testing, chatbot demos, humor classification, and toy fine-tuning datasets.

Schema

Schema not available

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "100 Dad Jokes" })
// Found: 214f8113-85e5-460c-be20-fd49d11770de
get_download_url({ dataset_id: "214f8113-85e5-460c-be20-fd49d11770de" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/214f8113-85e5-460c-be20-fd49d11770de/download-url