Skip to main content
Glama

akb_create_vault

Create a new knowledge base vault to store documents in an access-controlled repository, or set it up as a read-only mirror of an external git repository.

Instructions

Create a new knowledge base vault (a separate, access-controlled repository for documents). Pass external_git to instead create a read-only mirror of an upstream git repo — the vault tracks the remote on a polling schedule and rejects user writes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesVault name (lowercase, hyphens allowed)
templateNoVault template to apply (pre-creates collections with guides). Ignored when external_git is set.
descriptionNoWhat this vault is for
external_gitNoOptional: turn the new vault into a read-only mirror of an upstream git repo.
public_accessNoPublic access: none=private, reader=public read, writer=public read+writenone
_vault_skill_ackNoOpaque acknowledgement returned as vault_skill.ack_token. After applying that guide, retry the unchanged operation with this value. The bundled proxy supplies it automatically.

Schema Changelog

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

  1. Changed1 schema field changedv2.0.14
    • addedInput schema / properties / _vault_skill_ack
      Added value: +{
      +  "description": "Opaque acknowledgement returned as vault_skill.ack_token. After applying that guide, retry the unchanged operation with this value. The bundled proxy supplies it automatically.",
      +  "maxLength": 128,
      +  "type": "string"
      +}
  2. Addedv2.0.4
  3. Removedv2.0.1
  4. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It is transparent about the access-controlled nature of vaults, and clearly states that external_git mode tracks the remote on a polling schedule and rejects user writes. It could also note permission requirements or default visibility, but the most important behavioral traits are disclosed.

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 concise sentences, front-loaded with the main purpose and followed by the key mode distinction. There is no redundant wording or repetition of schema 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?

The description covers the core purpose and the externally significant mode. The schema already documents all parameters, including the nested external_git object and the unusual _vault_skill_ack field. A small gap is that it does not mention what the tool returns or any permission prerequisites, but for a creation tool with a rich schema this is adequate.

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?

Schema coverage is 100%, so the baseline is 3. The description adds real semantic value by explaining that external_git changes the entire creation mode to a read-only mirror, with polling and write-rejection behavior, which is not fully obvious from the schema 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 opens with a specific verb and resource: 'Create a new knowledge base vault,' and clarifies what a vault is. It also distinguishes the external_git mode from a normal vault, making it easy to separate this from sibling tools like akb_create_collection or akb_delete_vault.

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?

The description gives concrete guidance on when to use the external_git variant: pass it to create a read-only mirror, otherwise create a standard vault. It does not explicitly name alternatives or state when not to use this tool, but the primary use case is clear from the first sentence.

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/dnotitia/akb'

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