Skip to main content
Glama
LumabyteCo

Clarifyprompt-MCP

load_knowledge_pack

Load markdown knowledge packs into persistent memory, chunked by headings and embedded, to enable semantic retrieval during prompt optimization.

Instructions

Load a knowledge pack — a markdown document with optional YAML frontmatter — into the persistent memory store. The pack is chunked by heading, each chunk embedded, and made available for semantic retrieval during subsequent optimize_prompt calls. Packs can come from a local file path, an HTTPS URL, or be passed inline as raw markdown. Community pack registry: https://github.com/LumabyteCo/clarifyprompt-packs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYesLocal file path, HTTPS URL, or inline markdown body (auto-detected).
source_typeNoOverride source-type detection. `registry` marks a pack as community-sourced.auto
scopeNoScope to load under (e.g. 'user', 'project:myapp'). Defaults to pack frontmatter or 'user'.
nameNoOverride the pack name (else pulled from frontmatter).
versionNoOverride the pack version (else pulled from frontmatter or '0.0.0').
Behavior3/5

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

With no annotations, the description partially covers behavior: chunking, embedding, and retrieval usage during optimize_prompt. However, it omits details on overwriting existing packs, error handling, performance implications, or side effects like data persistence.

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

Conciseness4/5

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

The description is three sentences, front-loading the main action and then explaining chunking and source options. No wasted words, though slightly more structured formatting could improve readability.

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

Completeness3/5

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

Covers core functionality (loading, chunking, sources), but lacks details on overwrite behavior, size limits, or unload mechanism. Given no output schema and basic complexity, it is adequate but not thorough.

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 coverage is 100%, so baseline is 3. The description adds marginal value beyond schema: it explains auto-detection of source types and mentions the community pack registry, but mostly repeats schema descriptions.

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 loads a knowledge pack (markdown with YAML frontmatter) into persistent memory for semantic retrieval, specifying chunking by heading and embedding. It distinguishes from siblings like list_packs (listing) and unload_pack (unloading) by focusing on loading for retrieval.

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 implies usage when needing to load documents for semantic retrieval, lists source types and a community registry, but does not explicitly exclude alternatives (e.g., memory_remember for facts) or provide when-not-to-use guidance.

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/LumabyteCo/clarifyprompt-mcp'

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