Skip to main content
Glama

export

Idempotent

Create a self-contained directory snapshot of the knowledge base, including sections, documents, and catalog, with no indexes, for backup or transfer.

Instructions

Export the knowledge base as a self-contained directory snapshot (sections, documents, catalog -- no indexes).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoExport destination path (default: ./kbdb-export/)
Behavior4/5

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

The description adds meaningful behavioral context beyond the annotations by specifying that the output is a self-contained directory and that it includes sections, documents, and catalog but excludes indexes. It does not cover overwrite behavior, permissions, or return status, but the idempotent/non-destructive annotations already establish the core safety profile.

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?

One tight sentence conveys the action, output type, inclusion set, and exclusion set without redundancy. The most important information is front-loaded and every part of the sentence earns its place.

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 tool with one optional parameter and no output schema, this is close to complete: the destination and snapshot structure are clear, and annotations cover idempotence and safety. The only gaps are unspecified return/success behavior and whether the target path is created or expected to exist.

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?

The schema coverage is 100% and the single parameter path is explicitly documented with a default value. The description adds no parameter-level meaning beyond what the schema already provides, so the 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?

The description states a specific verb ('Export'), a clear resource ('the knowledge base'), and a concrete deliverable ('self-contained directory snapshot'), then enumerates what is included and excluded: 'sections, documents, catalog -- no indexes'. This clearly differentiates it from read/search/index-related sibling tools.

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 intended use is implied: call this when you want a directory snapshot of the knowledge base, not an index-aware operation. However, the description does not explicitly state when to use it versus alternatives, and none of the sibling tools are mentioned as alternatives or exclusions.

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/diko316/knowledge-base-db'

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