Skip to main content
Glama

Recall Project Facts

recall
Read-onlyIdempotent

Access stored characters, world-building, plot threads, and style guide from a Scrivener project's memory. Returns the full memory when no store is specified.

Instructions

Read back the project's persistent memory: stored characters, world-building, plot threads, and style guide. Returns the requested store, or the full memory when memoryType is omitted or "all". Use remember to write new facts. Requires an open project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
memoryTypeNoWhich memory store to read. Omit or use "all" to return the full project memory.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
memoryYesThe requested memory store. For "all" (or omitted) this is the full project memory object (characters, worldBuilding, plotThreads, styleGuide, and more); for a specific memoryType it is that store: an array for characters and plotThreads, an object for styleGuide and worldBuilding.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds value by specifying default return behavior (full memory when memoryType is omitted or 'all'), which is not covered by 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?

The description is extremely concise: two sentences that cover purpose, usage guidance, and default behavior with no wasted words.

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?

Given the low complexity (1 optional parameter, rich annotations, output schema present), the description is complete: it covers what the tool does, how to use it, alternatives, prerequisites, and default behavior. No gaps.

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

Parameters5/5

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

Schema description coverage is 100%, and the description adds semantic value by explaining the default behavior of omitting memoryType or using 'all', going beyond the enum description in 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 clearly states the verb 'Read back' and the resource 'project's persistent memory', specifying the types of stored information (characters, world-building, plot threads, style guide). It also distinguishes itself from the sibling 'remember' tool.

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 explicit guidance: 'Use remember to write new facts' and 'Requires an open project.' It clearly indicates when to use this tool (reading) vs. its write counterpart, though it lacks explicit when-not-to-use scenarios.

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/writerslogic/scrivener-mcp'

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