Skip to main content
Glama

Lotus Wisdom Journey Summary

lotuswisdom_summary
Read-onlyIdempotent

Get a summary of the current contemplative journey

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsYes
statusYes
domainJourneyYes
journeyLengthYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • removedInput schema / additionalProperties
      Removed value: -false
  2. First observed

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.