Skip to main content
Glama

init

Initialize a .lilbee/ knowledge base in a directory, creating document and data folders, and switch the MCP session to use it for subsequent tool calls.

Instructions

Initialize a local .lilbee/ knowledge base in a directory. Creates .lilbee/ with documents/, data/, and .gitignore. If path is empty, uses the current working directory. Also switches the MCP session to use this knowledge base for subsequent tool calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description must carry the behavioral burden. It discloses that it creates directory structure and switches session. It does not mention idempotency, overwrite behavior, or failure conditions if the directory already exists. This is adequate but not comprehensive.

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 is four sentences, each providing distinct information: initialization, directory creation, default behavior, and session switching. It is front-loaded and efficient, though the last sentence could be integrated.

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 the tool's low complexity (single optional parameter, simple output schema), the description covers essential aspects: what it creates, default path, and side effect on session. It does not explain output schema details, but that is acceptable as an output schema exists.

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?

There is only one parameter (path) with 0% schema description coverage. The description adds context: 'If path is empty, uses the current working directory.' This clarifies the default behavior beyond the schema's 'default' field.

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 uses clear verbs: 'Initialize a local .lilbee/ knowledge base'. It states what it creates (.lilbee/ with subdirectories) and that it switches the MCP session. This distinguishes it from sibling tools like 'reset' which might reinitialize differently.

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 explains that if path is empty, the current working directory is used. It also mentions that the session switches to the new knowledge base for subsequent calls. However, it does not explicitly mention when not to use it or compare with siblings like 'import_dataset' or 'reset'.

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/tobocop2/lilbee'

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