Skip to main content
Glama

get_public_memory

Read-onlyIdempotent

Retrieve the full content of a public memory by ID. Access complete text, entities, tags, and metadata without authentication.

Instructions

Retrieve the FULL content of a public or unlisted memory by ID.

WHEN TO USE:

  • After recall_public returns a preview and you need the complete content

  • When a user wants to read or implement from a shared community memory

  • When you have a public memory ID and need the full text

This is the tool that closes the loop: recall_public finds memories, this tool retrieves them in full. No authentication required — public knowledge is free.

EXAMPLE: get_public_memory({ memory_id: "abc-123-def-456" })

RETURNS: Full memory content, observations, entities, tags, author attribution, and metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
memory_idYesUUID of the public memory to retrieve in full
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, openWorldHint=true. The description adds that no authentication is required and lists the return contents (observations, entities, etc.), providing context beyond annotations without contradiction.

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 well-structured with header, WHEN TO USE, explanatory note, example, and RETURNS. Each sentence adds value, and there is no wasted text.

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?

Despite no output schema, the description lists all return components (content, observations, entities, tags, author attribution, metadata). Given the tool's simplicity (one parameter and full annotations), the description is complete and sufficient.

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 coverage is 100% with the parameter 'memory_id' well-described as 'UUID of the public memory to retrieve in full'. The description provides an example usage but does not add significant new meaning beyond the schema. Baseline 3 applies.

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 'Retrieve the FULL content of a public or unlisted memory by ID.' It specifies the verb (retrieve), resource (public memory), and scope (full content). It distinguishes from the sibling tool 'recall_public' which returns a preview.

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 explicitly states when to use: after recall_public, when user wants to read/implement, when having a public memory ID. It also notes that this tool 'closes the loop' with recall_public. Though no explicit when-not, the context is clear.

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/purmemo-ai/purmemo-mcp'

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