Skip to main content
Glama
clawmem-ai

clawmem-mcp-server

Official
by clawmem-ai

memory_repo_create

Create a new memory repository for AI agents. Supports private repos and organization ownership.

Instructions

Create a new memory repository. Defaults to private. Owner defaults to the current agent; pass org to create under an organization instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
orgNoOrganization login to create the repo under. Omit to create under the current user.
descriptionNo
privateNo
autoInitNo
setDefaultNoAlso make this the plugin default repo.
Behavior2/5

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

No annotations provided, so description must fully disclose behavior. It mentions defaults but does not reveal what happens on duplicate names, or any side effects like autoInit implications. Minimal transparency.

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, 22 words, front-loads purpose. Every word earns its place.

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

Completeness2/5

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

Given 6 parameters and no output schema, the description is too brief. It lacks detail on behavior of optional parameters and potential outcomes. Incomplete for an agent to reliably invoke.

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 only 33% (2 of 6 params described in schema). Description adds context for 'name', 'org', and implies 'private' default, but does not clarify 'description', 'autoInit', or 'setDefault' beyond schema. Baseline 3 adjusted upward slightly for the org clarification.

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?

Clear verb+resource: 'Create a new memory repository.' Distinct from sibling tools like memory_repo_set_default and memory_repos.

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?

Provides context on default privacy and owner, and explains org parameter usage. However, no guidance on when to use this tool vs alternatives, or when not to use it.

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