emojikey-server MCP Server

get_emojikey_history

Function to list previously stored historical emojikeys. Useful for seeing the progression of conversation vibes and interaction styles.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of historical emojikeys to return, defaults to 10.

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of historical emojikeys to return, defaults to 10.", "type": "number" } }, "required": [], "type": "object" }