Skip to main content
Glama

consolidate

Read-onlyIdempotent

Proposes groups of overlapping sections that could become one, reports each group's weakest link. Read every section before merging; nothing merges automatically.

Instructions

Propose groups of stored sections that could become one, so a knowledge base of twenty overlapping notes can become a few good ones. Proposes ONLY -- nothing is merged. Each group reports its weakest link. Without an entailment judge kbdb CANNOT tell whether a group disagrees with itself; read every section before merging it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aboutNoNarrow to one topic. Far faster on a large base, and usually what you want
limitNoMaximum groups to report (default 10)
Behavior5/5

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

The description explicitly discloses that the tool is non-destructive ('nothing of is merged') and that each group includes a 'weakest 'file link' in its output. It also goes beyond the annotations by stating a concrete limitation: without an 'entailment judge kbdb' cannot detect self-disagreement within a group. This is valuable behavioral context that the caller needs before relying on a proposal.

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 earns every sentence: a one-sentence purpose, a one-sentence reminder that no merging occurs, a one-sentence output feature, and a one-sentence critical warning. It is front-loaded and no redundant wording. Despite front-loading, it fits in under 30 words, giving it a strong signal/se to size ratio.

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

Completeness5/5

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

For a read-only tool with two optional parameters and no output schema, this description is complete. It states what the output contains (proposed groups with weakest link), clarifies the side-effect-free nature, and gives a decisive fairness warning. An agent can safely invoke and interpret the tool without missing critical context.

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?

The description doesn't add much to parameter understanding beyond the schema, which already defines 'about' and 'limit' clearly and covers 100% of parameters. The body text does not explain how 'about' affects grouping or how 'limit' bounding, so it relies on parametric definitions. Schema coverage is high, so a baseline of 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 opens with a specific action: it proposes groups of stored sections, not an actual merge. It concretely clarifies scope with 'Proposes ONLY — nothing is merged,' so an agent cannot confuse this with a mutating consolidation tool. The 'knowledge base ... become a few good ones' phrasing grounds the resource and use case, distinguishing this from search or revision tools.

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 a clear context for when to invoke the tool: when overlapping stored sections need to be reorganized into fewer, internally coherent groups. It also gives a crisp boundary: the tool never merges, so use it for proposals only. It does not name a sibling alternative, but the 'read every section before merging' warning helpfully tells the agent what follow-up caution is required.

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/diko316/knowledge-base-db'

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