textdad-jokeshumortextcsvjokesclean
100 Dad Jokes
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.
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 neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/214f8113-85e5-460c-be20-fd49d11770de/download-url