Skip to main content
Glama
bcornish1797

MCP-Memory-LanceDB-Pro

by bcornish1797

self_improvement_log

Record learning and error entries for governance and future reference. Capture failures, corrections, and knowledge gaps to improve system performance.

Instructions

Log structured learning or error entries into .learnings/ directory for governance and later distillation. Use when: (1) a command/tool fails, (2) user corrects you, (3) you discover a knowledge gap, (4) you find a better approach.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesEntry type
summaryYesOne-line summary
detailsNoDetailed context or error output
suggestedActionNoAction to prevent recurrence
categoryNocorrection/best_practice/knowledge_gap
areaNofrontend/backend/infra/tests/docs/config
priorityNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains the logging action and directory but does not disclose details like whether entries are appended or overwritten, permissions required, or any side effects. Adequate but could be more transparent.

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: first explains what and where, second lists use cases. Highly concise and well-structured, no wasted words.

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 purpose and triggers adequately for a logging tool. It does not explain return values or error handling, but given the tool's simplicity and the presence of a detailed schema, it is reasonably complete.

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 description coverage is 86%, so the schema already documents most parameters. The description does not add extra parameter-specific meaning beyond mentioning the directory. Baseline 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 clearly states the verb 'Log', the resource 'structured learning or error entries into .learnings/ directory', and the purpose for governance and distillation. It distinguishes from sibling tools which focus on memory operations or extracting skills.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly lists four concrete scenarios when to use the tool: command/tool failure, user correction, knowledge gap discovery, and finding better approaches. This provides clear usage guidelines.

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/bcornish1797/MCP-Memory-LanceDB-Pro'

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