Skip to main content
Glama

Interpret a dream from audited traditions

legend_saju_interpret_dream
Read-only

Use this for 해몽, 꿈풀이, or dream interpretation. It currently handles five cross-culturally audited concepts and returns both shared motifs and conflicting conditions with primary-source excerpts; it does not turn the remaining raw corpus into invented meanings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dreamYesThe dream narrative. Preserve the user's details instead of reducing it to one symbol.
claimIdsNoFetch port: repeat the previous call with identical inputs and pass claim IDs from evidenceIndex or evidenceClaimIds to receive those claims in full (statement, observations, sources, limitations) instead of the projected reading. Claim IDs are deterministic for identical inputs.
questionYesWhat the user wants to understand about the dream.
maxClaimsNoGlobal item budget outside debug mode. It limits interpretations, actions, timeline entries, claims, legacy evidence, and method results together.
outputModeNoResponse projection: action_only returns actions, consumer returns a readable interpretation, evidence returns claims and source-linked method data, and debug returns the internal resolver record.
detailLevelNoCalculation breadth. This does not choose the response projection.
dreamContextNoOnly context the user actually supplied, such as emotion, setting, relationships, work, or health.
maxDreamMatchesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo
errorNo
claimsNo
routesNo
blockedNo
dossierNo
sourcesNo
evidenceNo
questionNo
sectionsNo
timelineNo
verdictsNo
conflictsNo
selectionNo
inputNotesNo
detailLevelNo
nameSummaryNo
claimDetailsNo
dreamSummaryNo
nameAnalysisNo
noModelCallsNo
dreamAnalysisNo
evidenceIndexNo
executionPlanNo
methodAnalysisNo
readingSummaryNo
recommendationsNo
unmatchedClaimIdsNo
calculationSummaryNo
omittedItemsByKindNo
omittedTimelineYearsNo
publicationSideEffectsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 schema fields changed
    • addedInput schema / properties / claimIds
      Added value: +{
      +  "description": "Fetch port: repeat the previous call with identical inputs and pass claim IDs from evidenceIndex or evidenceClaimIds to receive those claims in full (statement, observations, sources, limitations) instead of the projected reading. Claim IDs are deterministic for identical inputs.",
      +  "items": {
      +    "type": "string"
      +  },
      +  "maxItems": 40,
      +  "minItems": 1,
      +  "type": "array"
      +}
    • addedOutput schema / properties / claimDetails
      Added value: +{
      +  "items": {
      +    "additionalProperties": false,
      +    "properties": {
      +      "capabilityId": {
      +        "type": "string"
      +      },
      +      "confidence": {
      +        "type": "string"
      +      },
      +      "counterClaimIds": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "domain": {
      +        "type": "string"
      +      },
      +      "id": {
      +        "type": "string"
      +      },
      +      "kind": {
      +        "type": "string"
      +      },
      +      "limitations": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "lineage": {
      +        "type": "string"
      +      },
      +      "maturity": {
      +        "type": "string"
      +      },
      +      "observations": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "sourceRefs": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "statement": {
      +        "type": "string"
      +      },
      +      "system": {
      +        "type": "string"
      +      },
      +      "timeframe": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "kind": {
      +            "enum": [
      +              "natal",
      +              "range",
      +              "date",
      +              "method"
      +            ],
      +            "type": "string"
      +          },
      +          "value": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "kind",
      +          "value"
      +        ],
      +        "type": "object"
      +      }
      +    },
      +    "required": [
      +      "id",
      +      "domain",
      +      "system",
      +      "capabilityId",
      +      "kind",
      +      "statement",
      +      "observations",
      +      "timeframe",
      +      "confidence",
      +      "maturity",
      +      "lineage",
      +      "sourceRefs",
      +      "limitations",
      +      "counterClaimIds"
      +    ],
      +    "type": "object"
      +  },
      +  "type": "array"
      +}
    • addedOutput schema / properties / evidenceIndex
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "fetchHint": {
      +      "type": "string"
      +    },
      +    "groups": {
      +      "items": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "capabilityIds": {
      +            "items": {
      +              "type": "string"
      +            },
      +            "type": "array"
      +          },
      +          "claimIds": {
      +            "items": {
      +              "type": "string"
      +            },
      +            "type": "array"
      +          },
      +          "count": {
      +            "maximum": 9007199254740991,
      +            "minimum": -9007199254740991,
      +            "type": "integer"
      +          },
      +          "domain": {
      +            "type": "string"
      +          },
      +          "kind": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "domain",
      +          "kind",
      +          "count",
      +          "claimIds",
      +          "capabilityIds"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "omittedClaimCount": {
      +      "maximum": 9007199254740991,
      +      "minimum": -9007199254740991,
      +      "type": "integer"
      +    }
      +  },
      +  "required": [
      +    "omittedClaimCount",
      +    "groups",
      +    "fetchHint"
      +  ],
      +  "type": "object"
      +}
    • changedOutput schema / properties / mode / enum
      Previous value: -[
      -  "action_only",
      -  "consumer",
      -  "evidence",
      -  "debug"
      -]New value: +[
      +  "action_only",
      +  "consumer",
      +  "evidence",
      +  "debug",
      +  "claims"
      +]
    • addedOutput schema / properties / unmatchedClaimIds
      Added value: +{
      +  "items": {
      +    "type": "string"
      +  },
      +  "type": "array"
      +}
    • addedOutput schema / properties / verdicts
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "geokguk": {
      +      "anyOf": [
      +        {
      +          "additionalProperties": false,
      +          "properties": {
      +            "mechanisms": {
      +              "items": {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "grade": {
      +                    "type": "string"
      +                  },
      +                  "label": {
      +                    "type": "string"
      +                  },
      +                  "polarity": {
      +                    "enum": [
      +                      "supporting",
      +                      "damaging"
      +                    ],
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "label",
      +                  "polarity",
      +                  "grade"
      +                ],
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "monthMainStem": {
      +              "type": "string"
      +            },
      +            "monthMainTenGod": {
      +              "type": "string"
      +            },
      +            "pattern": {
      +              "type": "string"
      +            },
      +            "status": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "pattern",
      +            "status",
      +            "monthMainStem",
      +            "monthMainTenGod",
      +            "mechanisms"
      +          ],
      +          "type": "object"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ]
      +    },
      +    "sourceIds": {
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "wangswae": {
      +      "anyOf": [
      +        {
      +          "additionalProperties": false,
      +          "properties": {
      +            "followingCandidate": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "monthCommandTenGod": {
      +              "type": "string"
      +            },
      +            "sameElementRoots": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "status": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "status",
      +            "monthCommandTenGod",
      +            "sameElementRoots",
      +            "followingCandidate"
      +          ],
      +          "type": "object"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ]
      +    },
      +    "yongsin": {
      +      "anyOf": [
      +        {
      +          "additionalProperties": false,
      +          "properties": {
      +            "boundary": {
      +              "type": "string"
      +            },
      +            "conflicts": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "lenses": {
      +              "items": {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "candidateElements": {
      +                    "items": {
      +                      "type": "string"
      +                    },
      +                    "type": "array"
      +                  },
      +                  "candidateFunctions": {
      +                    "items": {
      +                      "type": "string"
      +                    },
      +                    "type": "array"
      +                  },
      +                  "school": {
      +                    "type": "string"
      +                  },
      +                  "status": {
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "school",
      +                  "status",
      +                  "candidateElements",
      +                  "candidateFunctions"
      +                ],
      +                "type": "object"
      +              },
      +              "type": "array"
      +            }
      +          },
      +          "required": [
      +            "lenses",
      +            "conflicts",
      +            "boundary"
      +          ],
      +          "type": "object"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ]
      +    }
      +  },
      +  "required": [
      +    "wangswae",
      +    "geokguk",
      +    "yongsin",
      +    "sourceIds"
      +  ],
      +  "type": "object"
      +}
  2. Changed35 schema fields changed
    • changedInput schema / properties / detailLevel / description
      Previous value: -"Preferred depth. brief is shortest, standard is the default readable answer, expert automatically composes question-relevant deep methods and evidence in one call, and raw is the complete developer record."New value: +"Calculation breadth. This does not choose the response projection."
    • changedInput schema / properties / maxClaims / description
      Previous value: -"Maximum interpretation points and raw claims returned outside debug mode."New value: +"Global item budget outside debug mode. It limits interpretations, actions, timeline entries, claims, legacy evidence, and method results together."
    • changedInput schema / properties / outputMode / description
      Previous value: -"Backward-compatible developer projection override. Ordinary callers should use detailLevel instead."New value: +"Response projection: action_only returns actions, consumer returns a readable interpretation, evidence returns claims and source-linked method data, and debug returns the internal resolver record."
    • changedInput schema / properties / outputMode / enum
      Previous value: -[
      -  "consumer",
      -  "compact",
      -  "evidence",
      -  "debug"
      -]New value: +[
      +  "action_only",
      +  "consumer",
      +  "evidence",
      +  "debug"
      +]
    • removedOutput schema / properties / calculationSummary / properties / returnedClaimCount
      Removed value: -{
      -  "maximum": 9007199254740991,
      -  "minimum": -9007199254740991,
      -  "type": "integer"
      -}
    • addedOutput schema / properties / calculationSummary / properties / returnedItemCount
      Added value: +{
      +  "maximum": 9007199254740991,
      +  "minimum": -9007199254740991,
      +  "type": "integer"
      +}
    • removedOutput schema / properties / calculationSummary / properties / selectedCapabilities
      Removed value: -{
      -  "items": {
      -    "type": "string"
      -  },
      -  "type": "array"
      -}
    • addedOutput schema / properties / calculationSummary / properties / selectedCapabilityCount
      Added value: +{
      +  "maximum": 9007199254740991,
      +  "minimum": -9007199254740991,
      +  "type": "integer"
      +}
    • changedOutput schema / properties / calculationSummary / required
      Previous value: -[
      -  "selectedCapabilities",
      -  "internalClaimCount",
      -  "returnedClaimCount",
      -  "deterministic"
      -]New value: +[
      +  "selectedCapabilityCount",
      +  "internalClaimCount",
      +  "returnedItemCount",
      +  "deterministic"
      +]
    • removedOutput schema / properties / claims / items / properties / limitationRefs
      Removed value: -{
      -  "items": {
      -    "type": "string"
      -  },
      -  "type": "array"
      -}
    • changedOutput schema / properties / claims / items / required
      Previous value: -[
      -  "id",
      -  "domain",
      -  "relatedDomains",
      -  "system",
      -  "capabilityId",
      -  "kind",
      -  "statement",
      -  "observations",
      -  "omittedObservationCount",
      -  "timeframe",
      -  "confidence",
      -  "sourceRefs",
      -  "limitationRefs"
      -]New value: +[
      +  "id",
      +  "domain",
      +  "relatedDomains",
      +  "system",
      +  "capabilityId",
      +  "kind",
      +  "statement",
      +  "observations",
      +  "omittedObservationCount",
      +  "timeframe",
      +  "confidence",
      +  "sourceRefs"
      +]
    • removedOutput schema / properties / dreamAnalysis / properties / boundary
      Removed value: -{
      -  "type": "string"
      -}
    • removedOutput schema / properties / dreamAnalysis / properties / limitations
      Removed value: -{
      -  "items": {
      -    "type": "string"
      -  },
      -  "type": "array"
      -}
    • changedOutput schema / properties / dreamAnalysis / required
      Previous value: -[
      -  "status",
      -  "dream",
      -  "matches",
      -  "coverage",
      -  "sourceIds",
      -  "limitations",
      -  "boundary"
      -]New value: +[
      +  "status",
      +  "dream",
      +  "matches",
      +  "coverage",
      +  "sourceIds"
      +]
    • addedOutput schema / properties / dreamSummary
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "matches": {
      +      "items": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "clarificationQuestions": {
      +            "items": {
      +              "type": "string"
      +            },
      +            "type": "array"
      +          },
      +          "concept": {
      +            "type": "string"
      +          },
      +          "conflict": {
      +            "type": "string"
      +          },
      +          "interpretation": {
      +            "type": "string"
      +          },
      +          "sharedMotif": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "concept",
      +          "sharedMotif",
      +          "conflict",
      +          "interpretation",
      +          "clarificationQuestions"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "status": {
      +      "enum": [
      +        "matched",
      +        "outside_active_scope"
      +      ],
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "status",
      +    "matches"
      +  ],
      +  "type": "object"
      +}
    • removedOutput schema / properties / interpretationBoundary
      Removed value: -{
      -  "type": "string"
      -}
    • removedOutput schema / properties / limitations
      Removed value: -{
      -  "items": {
      -    "additionalProperties": false,
      -    "properties": {
      -      "id": {
      -        "type": "string"
      -      },
      -      "text": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "id",
      -      "text"
      -    ],
      -    "type": "object"
      -  },
      -  "type": "array"
      -}
    • removedOutput schema / properties / methodAnalysis / properties / knowledgeAssets
      Removed value: -{}
    • removedOutput schema / properties / methodAnalysis / properties / myeongriJudgment
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "boundary": {
      -      "type": "string"
      -    },
      -    "pattern": {
      -      "additionalProperties": {},
      -      "properties": {
      -        "boundary": {
      -          "type": "string"
      -        },
      -        "mechanisms": {
      -          "items": {
      -            "additionalProperties": false,
      -            "properties": {
      -              "evidence": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "grade": {
      -                "enum": [
      -                  "exposed",
      -                  "rooted",
      -                  "structural"
      -                ],
      -                "type": "string"
      -              },
      -              "id": {
      -                "type": "string"
      -              },
      -              "label": {
      -                "type": "string"
      -              },
      -              "polarity": {
      -                "enum": [
      -                  "supporting",
      -                  "damaging"
      -                ],
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "id",
      -              "label",
      -              "polarity",
      -              "grade",
      -              "evidence"
      -            ],
      -            "type": "object"
      -          },
      -          "type": "array"
      -        },
      -        "monthBranchClashes": {
      -          "items": {
      -            "type": "string"
      -          },
      -          "type": "array"
      -        },
      -        "monthMainStem": {
      -          "type": "string"
      -        },
      -        "monthMainTenGod": {
      -          "type": "string"
      -        },
      -        "pattern": {
      -          "type": "string"
      -        },
      -        "status": {
      -          "enum": [
      -            "supported",
      -            "contested",
      -            "damaged",
      -            "unresolved"
      -          ],
      -          "type": "string"
      -        }
      -      },
      -      "required": [
      -        "pattern",
      -        "monthMainStem",
      -        "monthMainTenGod",
      -        "mechanisms",
      -        "monthBranchClashes",
      -        "status",
      -        "boundary"
      -      ],
      -      "type": "object"
      -    },
      -    "sourceIds": {
      -      "items": {
      -        "type": "string"
      -      },
      -      "type": "array"
      -    },
      -    "strength": {
      -      "additionalProperties": {},
      -      "properties": {
      -        "axes": {
      -          "items": {
      -            "additionalProperties": false,
      -            "properties": {
      -              "direction": {
      -                "enum": [
      -                  "supports_day_master",
      -                  "drains_or_controls_day_master",
      -                  "mixed",
      -                  "neutral"
      -                ],
      -                "type": "string"
      -              },
      -              "id": {
      -                "enum": [
      -                  "month_command",
      -                  "root",
      -                  "visible_support",
      -                  "visible_drain_control"
      -                ],
      -                "type": "string"
      -              },
      -              "observations": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              }
      -            },
      -            "required": [
      -              "id",
      -              "direction",
      -              "observations"
      -            ],
      -            "type": "object"
      -          },
      -          "type": "array"
      -        },
      -        "boundary": {
      -          "type": "string"
      -        },
      -        "exactRoots": {
      -          "items": {
      -            "additionalProperties": false,
      -            "properties": {
      -              "branch": {
      -                "type": "string"
      -              },
      -              "grade": {
      -                "enum": [
      -                  "substantial",
      -                  "residual"
      -                ],
      -                "type": "string"
      -              },
      -              "position": {
      -                "type": "string"
      -              },
      -              "stage": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "position",
      -              "branch",
      -              "stage",
      -              "grade"
      -            ],
      -            "type": "object"
      -          },
      -          "type": "array"
      -        },
      -        "followingCandidate": {
      -          "anyOf": [
      -            {
      -              "enum": [
      -                "follow_output",
      -                "follow_wealth",
      -                "follow_officer"
      -              ],
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ]
      -        },
      -        "monthCommandTenGod": {
      -          "type": "string"
      -        },
      -        "policy": {
      -          "type": "string"
      -        },
      -        "sameElementRoots": {
      -          "items": {
      -            "additionalProperties": false,
      -            "properties": {
      -              "branch": {
      -                "type": "string"
      -              },
      -              "position": {
      -                "type": "string"
      -              },
      -              "stage": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "position",
      -              "branch",
      -              "stage"
      -            ],
      -            "type": "object"
      -          },
      -          "type": "array"
      -        },
      -        "status": {
      -          "enum": [
      -            "support_leaning",
      -            "weak_leaning",
      -            "contested",
      -            "extreme_structure_candidate"
      -          ],
      -          "type": "string"
      -        }
      -      },
      -      "required": [
      -        "status",
      -        "monthCommandTenGod",
      -        "exactRoots",
      -        "sameElementRoots",
      -        "axes",
      -        "followingCandidate",
      -        "policy",
      -        "boundary"
      -      ],
      -      "type": "object"
      -    },
      -    "tenGodPresences": {
      -      "items": {
      -        "additionalProperties": false,
      -        "properties": {
      -          "family": {
      -            "type": "string"
      -          },
      -          "rootedAt": {
      -            "items": {
      -              "type": "string"
      -            },
      -            "type": "array"
      -          },
      -          "tenGod": {
      -            "type": "string"
      -          },
      -          "visibleAt": {
      -            "items": {
      -              "type": "string"
      -            },
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "tenGod",
      -          "family",
      -          "visibleAt",
      -          "rootedAt"
      -        ],
      -        "type": "object"
      -      },
      -      "type": "array"
      -    },
      -    "usefulGods": {
      -      "additionalProperties": false,
      -      "properties": {
      -        "boundary": {
      -          "type": "string"
      -        },
      -        "conflicts": {
      -          "items": {
      -            "type": "string"
      -          },
      -          "type": "array"
      -        },
      -        "lenses": {
      -          "items": {
      -            "additionalProperties": false,
      -            "properties": {
      -              "candidateElements": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "candidateFamilies": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "candidateStems": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "id": {
      -                "enum": [
      -                  "climate",
      -                  "pattern_function",
      -                  "support_control"
      -                ],
      -                "type": "string"
      -              },
      -              "observations": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "school": {
      -                "type": "string"
      -              },
      -              "sourceIds": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "status": {
      -                "enum": [
      -                  "active",
      -                  "conflicted",
      -                  "withheld"
      -                ],
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "id",
      -              "school",
      -              "candidateStems",
      -              "candidateFamilies",
      -              "candidateElements",
      -              "observations",
      -              "sourceIds",
      -              "status"
      -            ],
      -            "type": "object"
      -          },
      -          "type": "array"
      -        }
      -      },
      -      "required": [
      -        "lenses",
      -        "conflicts",
      -        "boundary"
      -      ],
      -      "type": "object"
      -    }
      -  },
      -  "required": [
      -    "strength",
      -    "pattern",
      -    "usefulGods",
      -    "tenGodPresences",
      -    "sourceIds",
      -    "boundary"
      -  ],
      -  "type": "object"
      -}
    • changedOutput schema / properties / mode / enum
      Previous value: -[
      -  "consumer",
      -  "compact",
      -  "evidence",
      -  "debug"
      -]New value: +[
      +  "action_only",
      +  "consumer",
      +  "evidence",
      +  "debug"
      +]
    • addedOutput schema / properties / nameSummary
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "characters": {
      +      "items": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "character": {
      +            "anyOf": [
      +              {
      +                "type": "string"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ]
      +          },
      +          "nameMeanings": {
      +            "items": {
      +              "type": "string"
      +            },
      +            "type": "array"
      +          },
      +          "officialReadings": {
      +            "items": {
      +              "type": "string"
      +            },
      +            "type": "array"
      +          },
      +          "readingStatus": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "character",
      +          "officialReadings",
      +          "readingStatus",
      +          "nameMeanings"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "eightyOneNumbersStatus": {
      +      "type": "string"
      +    },
      +    "fiveGridStatus": {
      +      "type": "string"
      +    },
      +    "legalIdentityStatus": {
      +      "enum": [
      +        "all_official_eligible",
      +        "contains_unresolved_character"
      +      ],
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "legalIdentityStatus",
      +    "characters",
      +    "fiveGridStatus",
      +    "eightyOneNumbersStatus"
      +  ],
      +  "type": "object"
      +}
    • addedOutput schema / properties / omittedItemsByKind
      Added value: +{
      +  "additionalProperties": {
      +    "maximum": 9007199254740991,
      +    "minimum": -9007199254740991,
      +    "type": "integer"
      +  },
      +  "propertyNames": {
      +    "type": "string"
      +  },
      +  "type": "object"
      +}
    • removedOutput schema / properties / readingSummary / properties / returnedClaimCount
      Removed value: -{
      -  "maximum": 9007199254740991,
      -  "minimum": -9007199254740991,
      -  "type": "integer"
      -}
    • addedOutput schema / properties / readingSummary / properties / returnedItemCount
      Added value: +{
      +  "maximum": 9007199254740991,
      +  "minimum": -9007199254740991,
      +  "type": "integer"
      +}
    • removedOutput schema / properties / readingSummary / properties / uniqueInternalClaimCount
      Removed value: -{
      -  "maximum": 9007199254740991,
      -  "minimum": -9007199254740991,
      -  "type": "integer"
      -}
    • changedOutput schema / properties / readingSummary / required
      Previous value: -[
      -  "focus",
      -  "summary",
      -  "highlights",
      -  "returnedClaimCount",
      -  "uniqueInternalClaimCount",
      -  "totalInternalClaimCount"
      -]New value: +[
      +  "focus",
      +  "summary",
      +  "highlights",
      +  "returnedItemCount",
      +  "totalInternalClaimCount"
      +]
    • changedOutput schema / properties / recommendations / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": false,
      -    "properties": {
      -      "boundary": {
      -        "type": "string"
      -      },
      -      "evidenceIntents": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "items": {
      -        "items": {
      -          "additionalProperties": false,
      -          "properties": {
      -            "actions": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            },
      -            "basis": {
      -              "items": {
      -                "additionalProperties": false,
      -                "properties": {
      -                  "candidateElements": {
      -                    "items": {
      -                      "type": "string"
      -                    },
      -                    "type": "array"
      -                  },
      -                  "candidateFunctions": {
      -                    "items": {
      -                      "type": "string"
      -                    },
      -                    "type": "array"
      -                  },
      -                  "lensId": {
      -                    "type": "string"
      -                  },
      -                  "school": {
      -                    "type": "string"
      -                  },
      -                  "status": {
      -                    "type": "string"
      -                  }
      -                },
      -                "required": [
      -                  "lensId",
      -                  "school",
      -                  "status",
      -                  "candidateElements",
      -                  "candidateFunctions"
      -                ],
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "caution": {
      -              "type": "string"
      -            },
      -            "domains": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            },
      -            "id": {
      -              "type": "string"
      -            },
      -            "sourceRefs": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            },
      -            "title": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "id",
      -            "title",
      -            "domains",
      -            "actions",
      -            "caution",
      -            "basis",
      -            "sourceRefs"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "safeguards": {
      -        "items": {
      -          "additionalProperties": false,
      -          "properties": {
      -            "action": {
      -              "type": "string"
      -            },
      -            "evidence": {
      -              "items": {
      -                "type": "string"
      -              },
      -              "type": "array"
      -            },
      -            "id": {
      -              "type": "string"
      -            },
      -            "label": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "id",
      -            "label",
      -            "action",
      -            "evidence"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "sourceRefs": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "timing": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "asOfYear": {
      -                "maximum": 9007199254740991,
      -                "minimum": -9007199254740991,
      -                "type": "integer"
      -              },
      -              "boundary": {
      -                "type": "string"
      -              },
      -              "contacts": {
      -                "items": {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "contactedLensIds": {
      -                      "items": {
      -                        "type": "string"
      -                      },
      -                      "type": "array"
      -                    },
      -                    "element": {
      -                      "type": "string"
      -                    },
      -                    "family": {
      -                      "type": "string"
      -                    },
      -                    "interpretation": {
      -                      "type": "string"
      -                    },
      -                    "layer": {
      -                      "enum": [
      -                        "da_yun",
      -                        "se_yun"
      -                      ],
      -                      "type": "string"
      -                    },
      -                    "pillar": {
      -                      "type": "string"
      -                    },
      -                    "stem": {
      -                      "type": "string"
      -                    },
      -                    "tenGod": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "layer",
      -                    "pillar",
      -                    "stem",
      -                    "element",
      -                    "tenGod",
      -                    "family",
      -                    "contactedLensIds",
      -                    "interpretation"
      -                  ],
      -                  "type": "object"
      -                },
      -                "type": "array"
      -              },
      -              "daYunAge": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "asOfYear",
      -              "daYunAge",
      -              "contacts",
      -              "boundary"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      }
      -    },
      -    "required": [
      -      "items",
      -      "safeguards",
      -      "timing",
      -      "evidenceIntents",
      -      "sourceRefs",
      -      "boundary"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": false,
      +    "properties": {
      +      "evidenceIntents": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "items": {
      +        "items": {
      +          "additionalProperties": false,
      +          "properties": {
      +            "actions": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "caution": {
      +              "type": "string"
      +            },
      +            "domains": {
      +              "items": {
      +                "type": "string"
      +              },
      +              "type": "array"
      +            },
      +            "id": {
      +              "type": "string"
      +            },
      +            "title": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "id",
      +            "title",
      +            "domains",
      +            "actions",
      +            "caution"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      }
      +    },
      +    "required": [
      +      "items",
      +      "evidenceIntents"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / sections / additionalProperties / properties / interpretations / items / properties / limitationRefs
      Removed value: -{
      -  "items": {
      -    "type": "string"
      -  },
      -  "type": "array"
      -}
    • removedOutput schema / properties / sections / additionalProperties / properties / interpretations / items / properties / sourceRefs
      Removed value: -{
      -  "items": {
      -    "type": "string"
      -  },
      -  "type": "array"
      -}
    • changedOutput schema / properties / sections / additionalProperties / properties / interpretations / items / required
      Previous value: -[
      -  "text",
      -  "timeframe",
      -  "confidence",
      -  "evidenceClaimIds",
      -  "counterClaimIds",
      -  "sourceRefs",
      -  "limitationRefs"
      -]New value: +[
      +  "text",
      +  "timeframe",
      +  "confidence",
      +  "evidenceClaimIds",
      +  "counterClaimIds"
      +]
    • removedOutput schema / properties / sections / additionalProperties / properties / sourceRefs
      Removed value: -{
      -  "items": {
      -    "type": "string"
      -  },
      -  "type": "array"
      -}
    • changedOutput schema / properties / sections / additionalProperties / required
      Previous value: -[
      -  "interpretations",
      -  "evidenceClaimIds",
      -  "sourceRefs"
      -]New value: +[
      +  "interpretations",
      +  "evidenceClaimIds"
      +]
    • removedOutput schema / properties / timeline / items / properties / limitationRefs
      Removed value: -{
      -  "items": {
      -    "type": "string"
      -  },
      -  "type": "array"
      -}
    • removedOutput schema / properties / timeline / items / properties / sourceRefs
      Removed value: -{
      -  "items": {
      -    "type": "string"
      -  },
      -  "type": "array"
      -}
    • changedOutput schema / properties / timeline / items / required
      Previous value: -[
      -  "period",
      -  "summary",
      -  "domains",
      -  "confidence",
      -  "evidenceClaimIds",
      -  "sourceRefs",
      -  "limitationRefs"
      -]New value: +[
      +  "period",
      +  "summary",
      +  "domains",
      +  "confidence",
      +  "evidenceClaimIds"
      +]
  3. Added

TDQS

A4.3/5.0
Behavior4/5

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

Beyond the readOnlyHint and destructiveHint annotations, the description adds meaningful behavioral context: it handles only five audited concepts, surfaces both commonalities and contradictions with sourced excerpts, and explicitly promises not to fabricate meanings from the raw corpus. This helps set expectations around its scoped, evidence-anchored behavior.

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

Conciseness5/5

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

The description is compact and front-loaded: it leads with the purpose, then provides functional scope and an explicit limitation, all in two sentences with no filler or repetition. Every sentence earns its place.

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

Completeness5/5

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

Given the rich parameter schema, explicit annotations, and output schema, the description completes the picture with purpose, scope, and a limitation. It adequately explains what the tool does, how it should be used, and what it will not do, without needing to reproduce details already covered in the structured fields.

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 88%, so the schema already documents the parameters thoroughly. The description does not add parameter-specific details, but it does reinforce that the 'dream' input should be a narrative and that interpretation is constrained by the audited concepts. This is enough for the baseline-3 level.

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

Purpose5/5

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

The description states a specific verb ('Use this for 해몽, 꿈풀이, or dream interpretation') tied to a concrete resource, making its purpose unambiguous. It also distinguishes itself from all sibling tools, none of which handle dream interpretation, and adds specifics about returning shared motifs and conflicting conditions with primary-source excerpts.

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?

It clearly indicates when to use the tool: for dream interpretation, regardless of the Korean terminology used. It does not name an alternative or an explicit 'do not use when...', but given that no sibling tool covers this exact domain, the usage context is fairly clear.

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.