Skip to main content
Glama
danielsimonjr

Enhanced Knowledge Graph Memory Server

append_project_fact

Append a fact to a project context, automatically creating the project record on first use and deduplicating to avoid repeats.

Instructions

v2.1.0 — Append one fact to a project context (auto-creates the record on first call; dedups).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
factYes
projectIdYes
Behavior3/5

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

With no annotations, the description must fully disclose behavior. It mentions auto-create and dedup, which are positive. However, it omits details like side effects, error behavior, or required permissions. Lacks comprehensiveness.

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?

Single sentence with added context in parentheses. Highly concise, no wasted words, and front-loaded with the core action.

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

Completeness3/5

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

Given the simplicity (2 params, no output schema), the description covers the core behavior but misses details like return value, parameter formats, and usage nuance. Adequate for a simple tool but not fully complete.

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

Parameters2/5

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

Schema description coverage is 0% and the description does not elaborate on the parameters. 'fact' and 'projectId' are named but not explained (e.g., fact format, projectId identifier type). Adds minimal value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (append), resource (fact to project context), and mentions key behaviors (auto-create, dedup). However, it does not explicitly distinguish from related tools like 'upsert_project_context' or 'append_project_convention'.

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

Usage Guidelines3/5

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

No explicit guidelines on when to use this tool versus alternatives. The auto-create and dedup hints provide some context, but no when-not-to-use or prerequisites.

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/danielsimonjr/memory-mcp'

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