Skip to main content
Glama
clawmem-ai

clawmem-mcp-server

Official
by clawmem-ai

memory_repo_set_default

Set the default memory repository for the plugin, persisting the selection across sessions within the same installation.

Instructions

Set the plugin's default memory repo. Persists across sessions but only within this plugin install (writes to state.json).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYesFull repo name, e.g. owner/memory.
Behavior4/5

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

With no annotations provided, the description discloses important behavioral traits: the setting persists across sessions and is scoped to the plugin install (writes to state.json). This goes beyond basic 'set default' by revealing side effects and scope, though it does not mention authorization or overwrite behavior.

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 consists of two concise sentences: the first states the core action, the second provides critical persistence context. Every word earns its place; no fluff or redundancy.

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

Completeness3/5

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

Given no output schema, the description does not explain return values or success/failure signals, leaving a gap. However, for a simple setter, the provided information is functional. Missing details about what the tool returns after setting.

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% for the single parameter, with a description in the schema. The tool description adds no additional meaning beyond what the schema provides, so the baseline score of 3 applies.

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 verb 'Set' and the resource 'the plugin's default memory repo'. It distinguishes from sibling tools like memory_repo_create (creates a new repo) and memory_repos (lists repos) by specifying the unique action of setting a default.

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 implies usage when one wants to establish a persistent default repo for the plugin. It lacks explicit exclusions or alternative tools, but the context suggests no special prerequisites. The purpose is clear enough without further 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/clawmem-ai/clawmem-mcp-server'

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