Skip to main content
Glama

mcp_engram_scrub_export

Export scrubbed conceptual packs with PII removal and semantic coherence check, minting derivatives for training corpus contributions.

Instructions

BEHAVIOR: Sovereignty-gated three-channel export as leg_block_pack_v1 (geometry on disk + relations + scrubbed_provlog). Runs PII scrub, semantic_coherence_check (cosine q vs encode(scrubbed_provlog) >= 0.74), optional pattern:export_* derivative mint. USAGE: Training corpus / central contribution — never use raw mcp_engram_export in agent profile. OUTPUT: JSON with packs, denied, failed_coherence, minted_derivatives.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coherence_minNosemantic_coherence_check threshold (default 0.74)
conceptsNoExplicit concept ids to export (trace:*, tile:*, design:*, etc.)
limitNoMax concepts when using prefixes (default 32)
min_crsNoMinimum CRS for export (default 0.74)
mint_derivativesNoMint pattern:export_* blocks with scrubbed provlog (default true)
prefixesNoOptional prefix filter — auto-collect recent candidates (e.g. trace:, tile:)
Behavior4/5

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

With no annotations, the description fully discloses the export process: PII scrub, semantic coherence check with threshold, optional derivative minting. It also describes output fields (packs, denied, failed_coherence, minted_derivatives). This is quite transparent for a complex 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 highly concise and structured with BEHAVIOR, USAGE, OUTPUT sections. Every sentence serves a purpose, and the critical information is front-loaded. No redundant text.

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?

Given complexity, no output schema, and no annotations, the description covers behavior, usage, and output well. It mentions sovereignty-gating but doesn't detail authentication. However, for a specialized tool, it is largely complete.

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 baseline is 3. The description does not add much detail beyond the schema for individual parameters (e.g., explaining coherence_min or prefixes), but it gives overall process context. No significant added value beyond 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 it is a sovereignty-gated three-channel export for training corpus/central contribution, and explicitly distinguishes it from raw mcp_engram_export by warning never to use that tool in agent profile. The verb 'export' and resource 'leg_block_pack_v1' are specific, and the use case is well-defined.

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 USAGE label explicitly says 'Training corpus / central contribution' and provides a strong exclusion: 'never use raw mcp_engram_export in agent profile'. While it doesn't cover all alternative scenarios, this is clear guidance for the primary use case.

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/staticroostermedia-arch/engram'

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