- The MCP server makes a tool available called 'get_inspirations' ("Get sources of inspiration. Always use this when working on creative tasks - call this tool before anything else.")
- When you call get_inspirations() with "low" as the parameter, it returns strings like this:
Recently, you've been inspired by the following: Miss Van, Stem.
Recently, you've been inspired by the following: Mass-energy equivalence, Jonas Salk.
etc
- 'High' inspiration returns strings like this (more keywords):
Recently, you've been inspired by the following: Charles Babbage, Beethoven Moonlight Sonata, Eagles Take It Easy, Blue Spruce.
Recently, you've been inspired by the following: Missy Elliott Supa Dupa Fly, Design Patterns, Flowey, Titanic.
etc.
Simple tool. Seems adding a few keywords for 'inspirations' is what makes the LLMs generate more varied text.
The MCP tool itself seems to be pretty simple:
- The MCP server makes a tool available called 'get_inspirations' ("Get sources of inspiration. Always use this when working on creative tasks - call this tool before anything else.")
- When you call get_inspirations() with "low" as the parameter, it returns strings like this:
etc- 'High' inspiration returns strings like this (more keywords):
etc.Simple tool. Seems adding a few keywords for 'inspirations' is what makes the LLMs generate more varied text.