Skip to main content
Glama
Perseus-Computing-LLC

Perseus Vault Codex

Official

perseus_remember

Persist project conventions, decisions, and gotchas to encrypted memory, ensuring knowledge survives across sessions. Use stable keys to update existing memories.

Instructions

Save a fact, decision, convention, or piece of context to persistent encrypted memory so it survives across Codex sessions. Call this whenever you learn something durable about the project: build commands, code style, architectural decisions, gotchas, or the user's preferences. Idempotent per (category, key).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoOptional stable identifier. Re-using a key updates that memory instead of creating a duplicate. Auto-generated if omitted.
tagsNoOptional tags for later filtering.
textYesThe fact or context to remember, in plain language.
categoryNoOptional grouping, e.g. 'convention', 'decision', 'gotcha'. Defaults to 'codex-memory'.
importanceNoOptional salience 0.0–1.0 (higher ranks sooner in recall).
Behavior4/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. It discloses that memory is 'persistent encrypted memory' surviving sessions, and notes idempotency per (category, key). This adds behavioral context beyond the input schema, though it omits details like rate limits or return format.

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 is exceptionally concise: only two sentences. The first sentence precisely explains the tool's function, and the second provides usage guidance and the idempotency property. Every word serves a purpose, with no redundancy.

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's moderate complexity (5 parameters, no output schema), the description covers core aspects: purpose, idempotency, and encryption. It could mention what the tool returns (e.g., a confirmation), but the key behavioral traits are addressed. The sibling tools imply recall capability.

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?

Schema coverage is 100% with parameter descriptions. The main description adds value by explaining idempotency behavior for key and category ('Re-using a key updates that memory'), and describing 'text' as 'in plain language.' This supplements the schema, justifying a score above the baseline of 3.

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's purpose: 'Save a fact, decision, convention, or piece of context to persistent encrypted memory.' It specifies the verb 'save' and the resource 'persistent encrypted memory,' and provides concrete examples of what to save. This differentiates it from siblings like perseus_forget and perseus_recall.

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 advises when to call this tool: 'Call this whenever you learn something durable about the project.' It lists examples such as build commands and code style. However, it does not explicitly state when not to use it or compare with alternatives, though the idempotency hint ('Idempotent per (category, key)') provides useful context.

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/Perseus-Computing-LLC/perseus-vault-codex'

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