Skip to main content
Glama
Pseudogiant-xr

PseudoLife-MCP

Official

memory_relation_define

Define a custom relation in the memory graph when no built-in fits. Supports transitive closure and inverse pairing, with soft type expectations that warn on mismatch.

Instructions

Add a relation to the closed graph vocabulary — a deliberate, rare act. Prefer the builtins; define one only when a recurring connection genuinely fits none of them. Supports transitive closure (transitive=true) and inverse pairing (inverse_of, like runs-onhosts); soft src_type/dst_type expectations warn on mismatch but never reject.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
dst_typeNo
src_typeNo
inverse_ofNo
transitiveNo
descriptionYes

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, the description carries the full burden. It discloses that the operation is deliberate and rare, supports transitive closure and inverse pairing, and that type expectations are soft (warn but never reject), which goes beyond simple purpose and gives important behavioral context.

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 two focused sentences, front-loads the core purpose, and includes examples and constraints without waste.

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 and the presence of an output schema, the description covers purpose, usage guidance, key behavioral traits, and parameter semantics enough for an agent to select and invoke it correctly. It also differentiates from siblings.

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 description coverage is 0%, so the description must compensate. It adds meaning for transitive, inverse_of, src_type, and dst_type, clarifying their roles and the soft-mismatch behavior, though it does not fully enumerate syntax or types for all six parameters.

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 action ('Add a relation to the closed graph vocabulary') and identifies it as a deliberate, rare act, distinguishing it from sibling tools like memory_graph_relate which likely relate existing entities rather than define new relation types.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly advises preferring builtins and defines when to use this tool ('only when a recurring connection genuinely fits none of them'), offering clear when-not guidance and an alternative approach.

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