Skip to main content
Glama

memory_export_graph

Export memories as an interactive HTML knowledge graph to visualize relationships and connections between stored information.

Instructions

Export memories as interactive HTML knowledge graph.

Args: output_path: Path to save HTML file (default: ~/memories_graph.html) min_score: Minimum similarity score for edges (default: 0.25)

Returns: Dictionary with path, node count, edge count, and tags

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_pathNo
min_scoreNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the file output behavior (including default path) and return value structure, but fails to mention critical behavioral traits like whether it overwrites existing files, performance limits, or the meaning/scale of the 'similarity score' (e.g., 0-1 range).

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 uses a structured docstring format (Args/Returns) that efficiently organizes information with minimal waste. The first sentence front-loads the core purpose, and the subsequent sections logically group technical details.

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?

For a 2-parameter tool with an output schema, the description provides adequate coverage by explaining both parameters (critical given schema gaps) and summarizing the return dictionary contents. It appropriately omits exhaustive return value details that would be in the output schema.

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?

Given 0% schema description coverage (titles only), the description effectively compensates by documenting both parameters: 'output_path' as the HTML save location and 'min_score' as the edge similarity threshold. It includes default values, though it could further clarify the valid range for the score parameter.

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 clearly states the specific action (export), resource (memories), and unique format (interactive HTML knowledge graph), which distinguishes it from the generic 'memory_export' sibling. However, it doesn't explicitly clarify when to choose this over other visualization siblings like 'memory_clusters' or 'memory_hierarchy'.

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?

The description provides no guidance on when to use this tool versus alternatives like 'memory_export' (likely for raw data) or other visualization tools. There are no prerequisites, exclusions, or scenario-based recommendations provided.

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

Install Server

Other Tools

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/agentic-box/memora'

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