Skip to main content
Glama

Memory agent manifest

memory_agent_manifest
Read-onlyIdempotent

Delivers machine-readable install and operating instructions for AI agents. Call first during onboarding to configure memory access and privacy modes.

Instructions

Machine-readable install and operating instructions for AI agents. Call first when onboarding. Supports privacy_mode documentation for read tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clientNogeneric
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, so the safety profile is clear. The description adds context about supporting 'privacy_mode documentation for read tools,' which is a useful behavioral trait beyond annotations.

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?

Two concise sentences with the key purpose front-loaded. Every word adds value with no redundancy or fluff.

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?

The description covers the core purpose and onboarding usage, but it does not explain the output format or what 'install and operating instructions' specifically include. Given the simple tool with rich annotations, it is adequate but could be more detailed.

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?

The single parameter 'client' has an enum but schema coverage is 0%, meaning the description provides no explanation of parameter values or their effects. While the parameter is simple, the description does not add meaning beyond the 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 explicitly states it provides 'machine-readable install and operating instructions' and is meant to be called first during onboarding. This clearly distinguishes it from sibling tools that handle data operations like memory_get or memory_set.

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 advises to 'Call first when onboarding,' which is a clear usage guideline. It does not specify when not to use it or mention alternatives, but the onboarding context is sufficiently unique.

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/davidmosiah/delx-memory'

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