Skip to main content
Glama
Pseudogiant-xr

PseudoLife-MCP

Official

memory_outcome

Record procedural outcomes to capture what worked, failed, or was corrected, so lessons are synthesized for future sessions and repeated mistakes are avoided.

Instructions

Record a procedural outcome — what worked, failed, or was corrected. Dream synthesises signals into lessons surfaced next session; logging stops repeated mistakes.

Args: task: Kind of task, stable wording ("deploy engine to host"). outcome: success | failure | correction. about: The tool/approach concerned (aids traversal). detail: What worked / what the dead-end was. polarity: + do-this | - avoid; usually omit (inferred). episode: Episode handle for attribution.

Returns: {recorded, signal_id, task, outcome}; needs Postgres.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYes
aboutNo
detailNo
episodeNo
outcomeYes
polarityNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are present, so the description carries the full burden. It discloses the Postgres dependency, the polarity inference behavior ('usually omit (inferred)'), and the downstream effect on Dream. It does not cover failure modes or auth, but it adequately explains the core behavioral traits for a recording tool.

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 tightly organized: a one-sentence purpose, a rationale, a structured Args list, and a Returns line. Each sentence earns its place, and the format is easy to scan. It avoids redundant explanations while covering necessary detail.

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

Completeness5/5

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

Given the 6-parameter complexity and zero annotations, the description covers all relevant aspects: purpose, parameter meanings, return value shape, and the Postgres requirement. The output schema is also reflected in the Returns section, making the tool self-contained for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the Args section explains every parameter with concrete examples and semantics. It defines the outcome enum, clarifies polarity as optional and inferred, and explains 'about' aids traversal. This fully compensates for the bare schema and adds meaning well beyond the field names.

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 opens with a specific verb and resource: 'Record a procedural outcome — what worked, failed, or was corrected.' This immediately distinguishes the tool from generic store/set tools by focusing on outcome logging. The example 'deploy engine to host' further clarifies the intended scope.

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 provides clear context: use this to log procedural outcomes so that 'Dream synthesises signals into lessons surfaced next session' and 'logging stops repeated mistakes.' While it doesn't explicitly name alternative tools, the purpose is well-scoped enough that an agent can infer when it is appropriate compared to sibling memory tools.

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/Pseudogiant-xr/Pseudolife-MCP'

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