Skip to main content
Glama
ihwooMil

Long-Term Memory

by ihwooMil

memory_visualize

Generate an interactive HTML visualization of the memory graph, showing nodes, relationships, and knowledge graph entity triples. Optionally include inactive memories and specify an output path.

Instructions

Generate an interactive HTML visualization of the memory graph.

Creates a browser-viewable graph showing memory nodes, relationships, and knowledge graph entity triples. Requires the 'viz' extra to be installed.

Args: output_path: Optional output file path for the HTML. Defaults to data/visualizations/. include_inactive: If True, include inactive (forgotten) memories in the graph.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_pathNo
include_inactiveNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

There are no annotations provided, so the description carries the full burden of disclosing side effects. It mentions the 'viz' requirement but does not clarify whether the tool only reads memory or if it has any side effects, such as overwriting files or modifying the memory graph. The statement 'Creates a browser-viewable graph' implies file creation but lacks detail on behavior if the extra is missing.

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 concise, consisting of two sentences. The main purpose is stated upfront, and supporting details (what the graph contains, the requirement for the 'viz' extra) are provided without redundancy or unnecessary wording.

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 description provides a clear overview of the tool's output (an interactive HTML graph) but lacks details on the exact return value, how to locate the generated file, or any error handling (e.g., behavior if 'viz' is not installed). Given that an output schema is indicated, some of this is mitigated, but the description alone does not fully cover operational context.

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

Parameters1/5

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

The input schema has zero description coverage for both parameters (output_path and include_inactive). The tool description adds no explanation of what these parameters control or their expected values, leaving the agent to infer their semantics from parameter names alone.

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 clearly states the primary purpose: generating an interactive HTML visualization of the memory graph. It also specifies what the graph includes (memory nodes, relationships, knowledge graph entity triples), making the tool's function unambiguous.

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

Usage Guidelines3/5

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

The description notes the prerequisite that the 'viz' extra must be installed, which is a useful usage guideline. However, it does not explicitly contrast this tool with alternatives (e.g., when to choose visualization over memory_search or memory_stats), though the unique purpose is fairly self-evident.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ihwooMil/long-term-memory'

If you have feedback or need assistance with the MCP directory API, please join our Discord server