Skip to main content
Glama
nsatee

Code Guider MCP Server

by nsatee

manage_memory_rules

Manage memory rules across global and project scopes by listing, creating, and initializing project rules, plus enhancing requests with stored context to apply consistent guidance.

Instructions

Unified memory rules management

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ruleNoMemory rule definition (required for create)
scopeNoRule scope (optional for list)
actionYesAction to perform
contextNoContext information (required for enhance_request)
requestNoOriginal request (required for enhance_request)
projectPathNoPath to project (required for init_project)
projectTypeNoType of project (required for init_project)
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It reveals nothing about side effects, prerequisites, auth needs, or what happens during each of the 4 different actions. The description is completely silent on behavioral implications despite this being a management tool that presumably mutates memory rule state.

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

Conciseness3/5

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

The description is extremely short at 4 words, which technically is concise but is actually under-specification rather than efficiency. There's no structure, no front-loaded actionable information, and no distinguishing detail. While there's no waste, there's also almost no content—this is closer to an empty placeholder than proper conciseness.

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

Completeness1/5

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

This tool has 7 parameters including nested objects, 4 distinct actions with very different requirements, and no annotations or output schema. The description does nothing to explain the workflows of the 4 actions, what a 'memory rule' is, or how the actions relate. For a tool with this complexity, the description is severely inadequate.

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 all 7 parameters are described in the schema itself. The descriptions in the schema include basic usage context (e.g., 'required for create', 'optional for list'). However, the description adds no meaning beyond the schema—it doesn't explain relationships between parameters or clarify expected formats for nested objects like 'rule' and 'context'. Baseline 3 is appropriate given full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Unified memory rules management' is vague—it doesn't state what operations are performed, what a 'memory rule' is, or what the tool accomplishes. It's nearly a tautology of the tool name. With 4 distinct actions (enhance_request, init_project, list, create) covering very different behaviors, the description gives the agent no sense of what this tool actually does or which sibling it differentiates against.

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

Usage Guidelines1/5

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

The description provides zero guidance on when to use this tool, when not to, or how it differs from sibling tools like manage_memories, manage_quality_rules, or manage_workflows. With such a generic description and so many sibling tools, an agent cannot determine when to select this tool over alternatives.

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/nsatee/code-guider-mcp'

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