get_story_status
Check current story progress and state in the interactive reincarnation narrative to track your character's journey and available choices.
Instructions
Get current story status and state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"type": "string"
}
},
"required": [
"user_id"
],
"type": "object"
}