Skip to main content
Glama

export_graph_backup

Export the current knowledge graph as a portable JSON backup for migration, restore drills, or offline archiving. Returns backup path, schema version, and object counts.

Instructions

Export the current graph as a portable JSON backup. Use for migration, restore drills, or offline archive. Returns backup path, schema version, and object counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_pathNoOptional destination JSON file path. If omitted, Waggle chooses an export path.
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses the output format and return values (path, version, counts) but does not explicitly state that the operation is read-only or safe, nor address auth or rate limits. Basic transparency is adequate but not enriched.

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?

Two sentences, each adding distinct value: purpose and use cases. No redundant phrases. Front-loaded with key action and resource.

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?

Given no output schema, description mentions return values (backup path, schema version, object counts) which helps agents understand output. Sibling context is addressed via format specificity. Could mention scope ('current graph' implication) but overall adequate.

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 has 100% coverage with a single parameter description. The description adds no additional semantics beyond what the schema already provides for 'output_path'. Baseline score of 3 is appropriate.

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?

Clearly states verb (export), resource (graph), and specific output format (JSON backup). Distinguishes from sibling export tools by specifying 'portable JSON backup', differentiating from HTML, Markdown, or context bundle exports.

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?

Provides explicit use cases: 'Use for migration, restore drills, or offline archive.' Does not explicitly state when not to use or mention alternatives, but context is clear enough for an agent to infer appropriate scenarios.

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/Abhigyan-Shekhar/Waggle-mcp'

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