Skip to main content
Glama

memcp_reinforce

Mark an insight as helpful or misleading to adjust its memory score. Helpful insights gain relevance; misleading ones are penalized.

Instructions

Provide feedback on an insight — mark it as helpful or misleading.

Helpful insights get a score boost and stronger edges.
Misleading insights get penalized. This closes the learning loop.

Args:
    insight_id: The ID of the insight to reinforce
    helpful: True if the insight was helpful, False if misleading
    note: Optional note about why

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
helpfulNo
insight_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so the description carries the burden. It explains that helpful insights get a score boost and stronger edges, while misleading ones are penalized, and mentions closing the learning loop. However, it does not disclose potential side effects or requirements like authorization.

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 concise (3 lines plus Args) and front-loaded with the purpose. It could be slightly more structured but contains no fluff.

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 the tool has 3 parameters and an output schema, the description adequately covers the tool's effect (score/edge changes) and parameter roles. It provides sufficient context for an agent to use it correctly.

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

Parameters4/5

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

Despite 0% schema description coverage, the description includes an 'Args' section that explains each parameter's meaning (e.g., 'helpful: True if the insight was helpful, False if misleading'), adding significant context beyond the schema's titles and defaults.

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 provides feedback on an insight, marking it as helpful or misleading, which distinguishes it from sibling tools that handle context management, search, and consolidation.

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 you want to reinforce an insight) but does not explicitly state when not to use it or suggest alternatives, leaving some ambiguity about appropriate contexts.

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/maydali28/memcp'

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