Fun Generators MCP connector
Fun Generators is an API service that provides riddles, jokes, and other entertaining content for applications and creative projects. The Fun Generators MCP connector allows AI agents to create, retrieve, update, and delete riddles from the platform's database. It also supports searching for specific riddles and fetching random riddles for dynamic content generation.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Fun Generators MCP connector to perform the following actions:
- Entertain employees with random riddles during team breaks and wellness moments
- Generate searchable riddle content for educational training materials and learning modules
- Populate internal knowledge bases with categorized riddles for staff engagement initiatives
- Retrieve specific riddles by identifier for personalized team-building activities and events
- Fetch riddles by category to create themed content for corporate newsletters and communications
- Search riddles by keyword to curate custom puzzle collections for interactive workplace games
- Create and manage riddle inventories for recurring employee engagement and morale-building programs
Example prompts
Use the following example prompts to invoke Fun Generators MCP connector tools from your AI assistant or Boomi Connect workflow:
Get a random riddle from the Fun Generators connector.Show me a riddle in the animals category from Fun Generators.Search Fun Generators for riddles about technology.Retrieve the riddle with ID 42 from Fun Generators.Find me a funny riddle to share in our team meeting from Fun Generators.Create a new riddle entry in Fun Generators.Get a random riddle without a specific category from Fun Generators.Search for riddles containing the word 'mystery' in Fun Generators.Update an existing riddle in Fun Generators.Delete a riddle entry from Fun Generators.
Fun Generators MCP connector tools
The Fun Generators MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| deleteRiddle | Removes a specific riddle from the collection. |
| getRiddle | Retrieves details for a specific riddle by its identifier. |
| createRiddle | Adds a new riddle with a question and answer to the collection. |
| updateRiddle | Modifies an existing riddle's question, answer, or other details. |
| getRiddleRandom | Returns a randomly selected riddle from the collection. |
| getRiddleSearch | Finds riddles matching specified search criteria or keywords. |