Lotus Wisdom
lotuswisdom
Contemplative reasoning tool. Use for complex problems needing multi-perspective understanding, contradictions requiring integration, or questions holding their own wisdom. **Workflow:** Always start with tag='begin' (returns framework). Then continue with contemplation tags. Do NOT output wisdom until status='WISDOM_READY'. **Tags:** begin (FIRST - receives framework), then: open/engage/express (process), examine/reflect/verify/refine/complete (meta-cognitive), recognize/transform/integrate/transcend/embody (non-dual), upaya/expedient/direct/gradual/sudden (skillful-means), meditate (pause).
Remote linxule/lotus-wisdom-mcp
Other tools also called lotuswisdom?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"tag": {
"enum": [
"begin",
"upaya",
"expedient",
"direct",
"gradual",
"sudden",
"recognize",
"transform",
"integrate",
"transcend",
"embody",
"examine",
"reflect",
"verify",
"refine",
"complete",
"open",
"engage",
"express",
"meditate"
],
"type": "string"
},
"content": {
"type": "string",
"default": "Beginning contemplative journey"
},
"stepNumber": {
"type": "integer",
"default": 1,
"minimum": 1
},
"totalSteps": {
"type": "integer",
"default": 5,
"minimum": 1
},
"isMeditation": {
"type": "boolean"
},
"nextStepNeeded": {
"type": "boolean",
"default": true
},
"previousJourney": {
"type": "string",
"description": "Pass the journey string from the previous step's response to maintain journey tracking (e.g. \"begin → open → examine\")."
},
"meditationDuration": {
"type": "integer",
"maximum": 10,
"minimum": 1
}
}
}