Skip to main content
Glama
sharedmemoryai

SharedMemory MCP Server

Official

set_instruction

Persist instructions for a volume so all agents automatically follow coding conventions, project rules, or team preferences.

Instructions

Store a persistent instruction or rule for a volume. Instructions are automatically included in every context assembly — any agent querying this volume will see them. Use for coding conventions, project rules, team preferences, or architectural decisions that all agents should follow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesThe instruction or rule (e.g. 'Always use functional React components with TypeScript')
volume_idNoVolume ID. Uses default if not set.
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses persistence, automatic inclusion in context assemblies, and the write operation. It lacks details on overwrites or limits, but overall adequately transparent.

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?

Two sentences with no redundancy. The first sentence defines the action, the second gives concrete examples. Every sentence adds value.

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?

For a simple store tool with no output schema, the description covers purpose and behavior adequately. It mentions optional volume_id. It lacks error or success details, but the context is sufficient.

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 coverage is 100%, so baseline is 3. The description adds context for the 'content' parameter by listing example uses, but does not provide syntax or formatting details beyond the 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 states 'Store a persistent instruction or rule for a volume,' which is a specific verb-resource pair. It distinguishes from sibling tools like 'list_instructions' and 'delete_memory' by highlighting persistence and automatic inclusion.

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 description explicitly lists suitable use cases (coding conventions, project rules, etc.), providing clear context for when to use. It does not explicitly state when not to use or mention alternatives, but the guidance is strong.

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/sharedmemoryai/mcp-server'

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