Skip to main content
Glama
knaisoma

data-olympus MCP server

KB Cleanup Plan

kb_cleanup_plan
Read-onlyIdempotent

Identify duplicate documents in your local project against a knowledge base, then receive thin-pointer replacements to consolidate content.

Instructions

Read-only. Classify local project-repo docs against KB content for this workspace/component and return thin-pointer replacements for duplicates. The agent applies confirmed edits locally; the server writes nothing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
componentNoOptional component key under the workspace.
workspaceYesProject or workspace key in the KB.
local_filesYesLocal docs to compare, each with path and content keys.
jaccard_thresholdNoSimilarity threshold above which a local doc is treated as duplicate.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description explicitly confirms read-only behavior ('Read-only') and reiterates that the server writes nothing, which aligns with annotations (readOnlyHint=true, destructiveHint=false). It adds value by explaining the split: tool classifies, agent acts. This goes beyond annotations by clarifying the workflow.

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 with no wasted words. The first sentence front-loads the core function and read-only nature. The second sentence clarifies the agent's role. Excellent conciseness.

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 tool has an output schema (not shown but indicated), so return values are documented elsewhere. The description covers the main function and workflow. It does not address edge cases (e.g., no duplicates), but the structure is adequate given the annotations and schema.

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 100%, so the schema already documents all parameters. The description uses 'workspace/component' but does not add meaning beyond the schema. Baseline 3 is appropriate as the description adds no new parameter semantics.

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 tool's purpose: classify local docs against KB content and return thin-pointer replacements for duplicates. It uses specific verbs and resources, and distinguishes itself from sibling tools like kb_search and kb_propose_edit by focusing on analysis rather than retrieval or proposal.

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

Usage Guidelines3/5

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

The description implicitly guides usage by stating that the agent applies edits locally. However, it does not explicitly state when to use this tool versus alternatives, nor does it provide scenarios where it should not be used. The context is clear but lacks explicit directives.

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/knaisoma/data-olympus'

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