Skip to main content
Glama

Server Details

Contemplative reasoning with Lotus Sutra wisdom framework and ext-apps visualization.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL
Repository
linxule/lotus-wisdom-mcp
GitHub Stars
32
Server Listing
Lotus Wisdom MCP Server

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools serve clearly distinct purposes: one is the primary contemplative reasoning engine with a rich internal workflow, and the other provides a summary of the journey. There is no overlap or ambiguity.

Naming Consistency4/5

Both tools follow a consistent naming pattern with the 'lotuswisdom' prefix, though the main tool's name matches the server name exactly, which could be slightly confusing. Still, the pattern is predictable.

Tool Count3/5

With only two tools, the server feels thin, but the main tool is highly complex and internally structured, covering many operations via tags. This is borderline but acceptable for a specialized contemplative tool.

Completeness4/5

The main tool includes a complete workflow from begin to completion, with various processing and meta-cognitive tags, and the summary tool covers the need for status. There are no obvious missing operations for the stated purpose.

Available Tools

2 tools
lotuswisdomLotus WisdomA
Read-onlyIdempotent
Inspect

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).

ParametersJSON Schema
NameRequiredDescriptionDefault
tagYesCurrent processing technique (wisdom-domain tag)
contentYesYour contemplation for this step
stepNumberNoCurrent step number
totalStepsNoEstimated total steps needed (adjustable as you go)
isMeditationNoWhether this step is a meditative pause
nextStepNeededNoWhether another step is needed
previousJourneyNoPass the journey string from the previous response to maintain journey tracking (e.g. "begin → open → examine").
meditationDurationNoDuration for the meditation pause in seconds (1-10)

Output Schema

ParametersJSON Schema
NameRequiredDescription
stepsNo
promptNo
statusYes
journeyNo
welcomeNo
durationNo
finalStepNo
stepNumberNo
totalStepsNo
currentStepNo
instructionNo
finalJourneyNo
wisdomDomainNo
contemplationNo
domainJourneyNo
journeyLengthNo
processLengthNo
nextStepNeededNo
processCompleteNo

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already cover readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is provided. The description adds useful non-obvious behavioral constraints: it mandates a specific start tag ('begin'), uses a multi-step stateful workflow with what appears to be a status gate for final wisdom, and requires the previousJourney string to be passed back. These are important behavioral details beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: it states the purpose, then immediately gives the hardest truths (start with begin, do not finalize until WISDOM_READY) and a tag reference. The tag list is long but justifies the structure— an agent needs that vocabulary order. It does not contain redundant or mercenary sentences.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is an unusually stateful tool with a complex workflow, and the description covers the key runtime requirements: the mandatory first action, the stage-series progression, the status gate, and the previousJourney handoff. With an output schema present and full input parameter descriptions, the tool's main distribution—the pole issues around sequence—is clearly explained, though optional parameters like meditationDuration aren't explicitly tied into the workflow.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already gives 100% coverage for all 8 parameters. The description doesn't repeat the schema but genuinely enriches it by grouping the tag enum into process, meta-cognitive, non-dual, skillful-means, and meditation categories, and specifies that begin is the mandatory first tag. That adds meaning beyond the schema's generic 'Current processing technique' description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Contemplative reasoning tool' and specifies concrete applications: complex problems needing multi-perspective understanding, contradictions requiring integration, and questions holding their own wisdom. It clearly identifies a reasoning resource. However, it does not differentiate itself from the sibling tool lotuswisdom_summary, which prevents a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on how to drive the tool: always start with tag='begin', continue through structured contemplation tags, and avoid producing final wisdom until status='WISDOM_READY'. It gives clear context for when to use it (complex, multi-perspective, contradiction-heavy problems), but it never states exclusions or when to use lotuswisdom_summary instead, so it falls short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

lotuswisdom_summaryLotus Wisdom Journey SummaryB
Read-onlyIdempotent
Inspect

Get a summary of the current contemplative journey

ParametersJSON Schema
NameRequiredDescriptionDefault
previousJourneyNoPass the journey string from a previous response to reconstruct the current journey summary.

Output Schema

ParametersJSON Schema
NameRequiredDescription
stepsYes
statusYes
domainJourneyYes
journeyLengthYes

TDQS

B3.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, fully covering the safety profile. The description adds the contextual detail of 'current' (state-based retrieval) and implies reconstruction via the previousJourney parameter. With annotations carrying the burden, this is adequate but adds only modest behavioral context beyond the structured data.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, front-loaded sentence with zero wasted words. The core purpose ('Get a summary') appears first. It is efficient, though extremely thin—it earns points for brevity but the content is sparse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has an output schema (so return values are covered) and a single optional, well-documented parameter. However, the description doesn't explain what a 'contemplative journey' is or how previousJourney relates to reconstruction. For a low-complexity read tool, it's near-complete, but the journey concept remains undefined.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the schema already fully documents previousJourney ('Pass the journey string from a previous response to reconstruct the current journey summary'). The description adds no parameter-level detail beyond the schema. Baseline 3 is appropriate when the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb and resource: 'Get a summary of the current contemplative journey.' It identifies the object (summary) and the scope ('current'), which is specific enough to convey the tool's function. It differentiates from the sibling 'lotuswisdom' by indicating this is a read/summary operation, though it doesn't explicitly name the distinction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus the sibling 'lotwisdom' or when it would be inappropriate. The description doesn't mention prerequisites, context, or exclusions. An agent must infer when a 'current contemplative journey' exists or how this differs from the main tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • Changedlotuswisdom3 fields changed
      • removedInput schema / additionalProperties
        Removed value: -false
      • addedInput schema / properties / stepNumber / maximum
        Added value: +9007199254740991
      • addedInput schema / properties / totalSteps / maximum
        Added value: +9007199254740991
    • Changedlotuswisdom_summary1 field changed
      • removedInput schema / additionalProperties
        Removed value: -false
  2. 2 tool updates
    • First observedlotuswisdom
    • First observedlotuswisdom_summary

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables philosophical reasoning and concept analysis through NARS non-axiomatic logic integration, supporting multi-perspective synthesis, epistemic uncertainty tracking, and contextual semantic exploration with built-in truth maintenance.
    8
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    A cognitive scripting language for structured reasoning with LLMs. 12 built-in operations (survey, ground, assert, doubt, contrast, synthesize, etc.) for guiding AI through dialectical analysis, impact assessment, and other thinking patterns.
    Apache 2.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables users to visualize and interact with Claude's chain-of-thought reasoning from extended thinking traces, turning them into interactive reasoning maps with typed moves, dependency graphs, timelines, and replay mode.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Structured reasoning MCP server that decomposes problems into atomic steps (premise, reasoning, hypothesis, verification, conclusion) with confidence scoring, live visualization, and approval feedback.
    3
    90
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.