Skip to main content
Glama
Pseudogiant-xr

PseudoLife-MCP

Official

memory_graph_relate

Create a typed relationship between two entities using a fixed registry of relation types. Automatically resolves aliases and increases confidence on re-assertion.

Instructions

Assert a typed relation between two entities, e.g. ("web-app", "runs-on", "host-1"). Entities auto-create and resolve through aliases; re-asserting an edge bumps its confidence. Relations come from a closed registry (depends-on, part-of, runs-on, hosts, uses, configures, stores-data-in, related-to); separator variants normalise, and an unknown name is rejected WITH the closest matches — pick one, fall back to related-to, or grow the vocabulary deliberately via memory_relation_define.

Returns: {src, relation, dst, confidence, warnings} or {error: "unknown_relation", suggestions}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dstYes
srcYes
originNo
dst_typeNo
relationYes
src_typeNo
confidenceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/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 does this thoroughly: explains that entities auto-create and resolve through aliases, re-assertion bumps confidence, separator variants normalize, and unknown relations are rejected with suggestions. These are significant side effects and error behaviors that are not apparent from the schema alone.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense and well-structured, with three distinct parts: purpose and example, behavioral details, and registry/error handling. Each sentence contributes useful information, though it is longer than strictly necessary. The inclusion of the return format at the end is helpful without being redundant.

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?

For a graph mutation tool with no annotations and 0% schema parameter coverage, this description covers the essential operational context: relation constraints, side effects, error handling, and return values. It misses explicit explanations of optional parameters and the exact content of `warnings`, but overall provides enough information for an agent to use the tool correctly. The presence of a textual output schema reduces the need to describe return values further.

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?

The schema description coverage is 0%, so the description must compensate. It explains the core parameters (src, relation, dst) via the example `(web-app, runs-on, host-1)` and the relation registry, and mentions `confidence` in the context of bumping confidence. However, it does not clarify `origin`, `src_type`, `dst_type`, or how the `confidence` parameter affects initial assertion, leaving a gap for these optional fields.

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 function: "Assert a typed relation between two entities" with a concrete example. It distinguishes itself from related tools by mentioning the closed relation registry and the alternative `memory_relation_define` for growing vocabulary, making its role unambiguous.

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 useful guidance on when to use this tool: it handles relations from a closed registry, offers fallbacks for unknown relation names, and directs users to `memory_relation_define` for new relation types. However, it doesn't explicitly compare against graph-related siblings like `memory_graph_unrelate` or `memory_graph`, so the usage context is clear but not fully exhaustive.

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