Skip to main content
Glama
draygen

aion-mcp

by draygen

memory_add_fact

Store a personal fact about the user—such as preferences, family, or work—into long-term memory so it appears in every future AION conversation.

Instructions

Add a new fact to AION's long-term memory. This fact will be injected into every future AION conversation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
factYesThe fact to remember (e.g. 'Prefers dark roast coffee', 'Has a daughter named Zoe')
categoryYesThe category this fact belongs to
Behavior4/5

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

With no annotations, the description must disclose behavioral traits. It does so by stating that the fact is injected into every future AION conversation, a significant side effect. This is valuable context for an agent deciding whether to use the tool. It does not mention other behaviors like overwriting, but for a simple add operation this is acceptable.

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 sentences with no wasted words. It front-loads the primary action and adds a single, relevant consequence. Every word earns its place.

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?

For a simple two-parameter tool with no output schema, the description explains the action and its most important side effect. The input schema fully covers the parameters, so nothing critical is missing for an agent to select and invoke the tool correctly.

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?

Schema description coverage is 100%, with both 'fact' and 'category' fully described, including examples and an enum. The description itself adds no parameter information beyond what the schema already provides, so a baseline 3 is appropriate.

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 uses a specific verb 'Add' and identifies the resource 'AION's long-term memory'. It also states the consequence (injected into every future conversation), which clearly differentiates it from sibling tools like memory_get_facts, memory_delete_fact, and memory_search.

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: when adding a fact to long-term memory. The note about future conversation injection helps the agent judge appropriateness. It does not explicitly mention alternatives or exclusions, but the purpose is unambiguous given sibling 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/draygen/mcpbuilder'

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