Skip to main content
Glama

kb_promote

Move an existing knowledge atom to a new domain while preserving its content and ID. Promotes durable journal entries into a topical domain, returning the updated domain or an error if not found.

Instructions

Move an existing knowledge atom to a different domain — e.g. lift a 'journal' entry into a topical domain once it proves durable. Updates the atom in place; content and ID are unchanged. Returns {id, domain} or {error: not_found}. Requires a confirmed 'knowledge' schema mapping.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYes
domainYes
atom_idYes
Behavior5/5

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

Beyond the sparse annotations, the description discloses that the atom is updated in place, content and ID remain unchanged, the exact return shape is {id, domain} or {error: not_found}, and a confirmed 'knowledge' schema mapping is required. This is strong behavioral disclosure for a mutation tool.

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?

The description is compact, front-loaded with the core purpose, and every sentence adds value: scope, in-place behavior, return value/error, and a prerequisite. There is no repetition of schema information or filler.

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 3-parameter mutation tool with no output schema, the description covers the operation, mutation semantics, return shape, and a key precondition. It falls slightly short by not explaining app_id or what a confirmed schema mapping entails, but it is sufficiently complete for correct invocation in most cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description needed to define all three required parameters. It implicitly maps atom_id and domain through context, but app_id is never mentioned at all, leaving a meaningful gap in parameter understanding.

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 ('move') and a specific resource ('existing knowledge atom') with a clear target ('different domain'). It is distinct from sibling tools like nest_promote and gap_promote because it explicitly scopes the operation to knowledge atoms.

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 example 'lift a journal entry into a topical domain once it proves durable' gives concrete contextual guidance on when promotion is appropriate. It does not explicitly name alternatives or exclusion conditions, but the intended use case is clearly conveyed.

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/willow-memory/willow-mcp'

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