Skip to main content
Glama
alicenjr

Dynamic Reincarnation Story

by alicenjr

reset_story

Clear your current reincarnation story to start a new interactive narrative journey with fresh character choices and personalized paths.

Instructions

Reset the story completely

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYes

Implementation Reference

  • main.py:352-357 (handler)
    The core handler function for the 'reset_story' tool. It is registered via the @mcp.tool() decorator and implements the logic to remove the user's story state from the global story_states dictionary, effectively resetting their story progress.
    @mcp.tool() def reset_story(user_id: str) -> str: """Reset the story completely""" if user_id in story_states: del story_states[user_id] return "Story has been reset. Type 'Arise' to begin anew."

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alicenjr/Dynamic-Reincarnation-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server