Skip to main content
Glama

mcp_engram_query_with_momentum

Find actively evolving concepts by blending semantic similarity with conceptual trajectory. Use to track changes over time, like 'what has been changing in the auth system?' instead of static matches.

Instructions

Momentum-assisted recall: blends semantic similarity (q tensor, 80%) with conceptual trajectory (p tensor, 20%). WHEN TO USE INSTEAD OF recall: When you want to find concepts that are actively changing or evolving, not just ones that statically match your query right now. Example: use this when asking 'what has been changing in the auth system?' because momentum detects blocks whose p tensor is accelerating toward your query topic. Use regular recall when you want stable, crystallized knowledge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kNoNumber of results to return (default: 5, max: 20)
queryYesNatural language query
Behavior4/5

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

With no annotations provided, the description carries the full burden. It explains the internal mechanism (q and p tensors, 80/20 blend) and how momentum detects evolving concepts. While it doesn't mention side effects or auth needs, it adequately discloses the behavioral trait of prioritizing dynamic versus static knowledge.

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 detailed but each sentence adds value. It is structured with a clear 'WHEN TO USE' section. Slightly lengthy but not wasteful.

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?

Given simple parameters and no output schema, the description is complete: explains purpose, usage context, and internal mechanism. No gaps.

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?

Both parameters have descriptions in the schema already (100% coverage). The description adds no extra meaning beyond the schema; it mentions 'natural language query' which is consistent. Baseline 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 clearly states it performs momentum-assisted recall that blends semantic similarity and conceptual trajectory, distinguishing it from the sibling 'recall' tool. It specifies the tensor components and their weights.

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

Usage Guidelines5/5

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

Explicitly provides when to use: 'WHEN TO USE INSTEAD OF recall' with an example query. Also advises when to use regular recall for stable knowledge. This is exemplary 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/staticroostermedia-arch/engram'

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