Skip to main content
Glama
Lucky44k

dense-knowledge-mcp

by Lucky44k

mmp_write

Append structured entries to MMP files with required fields including summary, tags, status, sources, and content. Prevents duplicate entries unless forced after semantic review.

Instructions

Append structured entries, never raw MMP syntax. Required entry fields: summary (3-15 English words), tags (array of 2-40 character strings), status (F/C/H), srcs (array), content (English prefixed lines); legend is optional. F/C and fact:/num: require sources. Unsourced entries must be H. Duplicate candidates stop the write unless semantic review justifies force=true. Use the latest rev from mmp_open.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
revYes
fileYes
forceNo
entriesYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses duplication stopping, force requirement, source rules, and field constraints. However, it does not detail success/error behavior or output format, though an output schema exists.

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?

Single paragraph that is front-loaded with the main action, logically organized, and free of fluff. Every sentence adds valuable information.

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?

Covers most aspects of the write operation, including field requirements, constraints, and duplicate handling. Missing details on output structure, but output schema exists. Slight gap on staleness of rev.

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

Parameters5/5

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

Schema coverage is 0%, so description compensates fully. It explains the structure of entries (summary, tags, status, srcs, content, legend), rev requirement, file field, and force boolean, adding meaning beyond the raw schema.

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 appends structured entries and distinguishes from raw syntax. It specifies the verb 'append' and resource 'entries', and contrasts with siblings (mmp_search, mmp_read, etc.) by focusing exclusively on write operations.

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?

Provides explicit guidance on entry fields, required sources for certain statuses, duplicate handling, and the need to use the latest rev from mmp_open. Implicitly tells when not to use (never raw syntax), but lacks explicit distinction from mmp_create or mmp_update.

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/Lucky44k/dense-knowledge-mcp'

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