Skip to main content
Glama

kb_add

Add a new entry to the knowledge base with topic, title, and content, plus optional tags and author attribution for persistent multi-agent knowledge.

Instructions

Add a knowledge base entry

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYesTopic
titleYesEntry title
contentYesEntry content
tagsNoTags
authorNoWho is creating this entry (your name, agent name, or system). Optional.
source_typeNoOrigin: 'human', 'agent', or 'system'. Optional, defaults to null.
Behavior2/5

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

No annotations available, and description only states 'Add a knowledge base entry' without disclosing side effects, prerequisites, idempotency, or error states. Essential behavioral context is missing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is very concise (one sentence) with no wasted words, but it is under-specified and would benefit from additional context without becoming verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 6 parameters and no output schema or annotations, the description is insufficient for an agent to fully understand usage. Missing details about whether entries are unique, if embeddings are auto-generated, or required topic existence.

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?

Input schema has 100% description coverage, so parameters are well-documented. The tool description adds no additional meaning beyond the schema, resulting in baseline score.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool adds a knowledge base entry. 'Add' is a specific verb and resource, but lacks differentiation from sibling tools like kb_update or kb_ingest_doc.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives such as kb_update, kb_ingest_dir, or kb_search. No usage context provided.

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/davidgut1982/lore-mcp'

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