Skip to main content
Glama
Pseudogiant-xr

PseudoLife-MCP

Official

memory_graph_review

Manage proposals to modify the knowledge graph: list pending review items, approve or reject link additions, entity merges, and junk removal to maintain data quality.

Instructions

Work the graph review queue — deep-dream proposals that need a verdict before they touch the real graph.

Actions: list: pending findings/proposals (optional scope filter). propose: submit link proposals [{src, relation, dst, similarity?, rationale?}] — stored for review, never written directly. dismiss_pair: mark src/dst as genuinely distinct — the pair stops resurfacing as a duplicate candidate. dismiss_slot_pair: same for lesson/world duplicate listings (store; src/dst = listed "entity|attribute" keys). accept_link / reject_link: settle an edge proposal by proposal_id. accept_merge: fold a near-duplicate entity into its twin. accept_junk: delete an over-extraction artifact entity. reject_entity: keep the entity; dismiss its proposal.

Returns: per-action dict; {error} on a bad action or missing input.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dstNo
srcNo
scopeNo
storeNo
actionNolist
proposalsNo
proposal_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains what each action does (e.g., 'dismiss_pair' marks distinct, 'accept_junk' deletes an artifact, 'propose' never writes directly) and notes error behavior. However, it does not address reversibility or side effects beyond the immediate action, leaving some room for improvement.

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 front-loaded with a concise purpose, then organized into terse action bullets. Each sentence earns its place; no fluff. The length is appropriate for a tool with nine distinct actions and multiple parameters.

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 tool's complexity (7 parameters, 9 actions, no annotations, output schema present), the description is remarkably complete. It covers the queue context, every action with its required parameters, and the return behavior ('per-action dict; {error} on a bad action or missing input'). The existence of an output schema means return details need not be spelled out.

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%, so the description must compensate, and it does excellently. Each action bullet maps parameters to their roles (scope for list, src/dst for dismiss, proposal_id for settle, proposals for propose), and even clarifies format for 'dismiss_slot_pair' ('entity|attribute' keys). This adds substantial meaning beyond the bare 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 clearly identifies the tool's purpose: 'Work the graph review queue — deep-dream proposals that need a verdict before they touch the real graph.' This is a specific verb+resource, and the listed actions (accept, reject, dismiss, etc.) differentiate it from sibling tools like memory_graph_relate that directly mutate the graph.

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 for when to use the tool: it handles proposals that must be reviewed before affecting the graph. It implicitly contrasts with direct graph tools via 'never written directly' for propose, but it does not explicitly name alternatives or state exclusions, so it falls just short of a 5.

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