Skip to main content
Glama

Get Project History

get_project_history

Retrieve a chronological timeline of stored memories for a project to review progress, see where you left off, or assemble a project narrative. Defaults to checkpoint entries; pass kind='all' for all memories.

Instructions

Chronological timeline of stored memories for a single project. Use to review how a project has progressed over time, to answer 'where did we leave off', or to assemble a project narrative. Defaults to checkpoint entries (kind='checkpoint'); pass kind='all' to include every memory for the project. Ordered newest-first. This is the chronological companion to memory_recall, which is semantic and ranked. Response includes a render field with tiered rendering guidance - check it before composing your reply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoFilter by memory kind stored in metadata.kind. Defaults to 'checkpoint'. Pass 'all' to return every memory for the project regardless of kind.
limitNoMax entries to return (1-50). Defaults to 20.
scopeNoWhich memories to include: 'org', 'personal', or 'both' (default).
authorNoWhose entries to include. 'me' (default) returns only entries you authored (created_by = you), so on a shared team project you resume your own thread rather than a teammate's. 'anyone' returns the whole team's entries for the project.
projectYesProject tag to load history for (e.g. 'founders-os', 'marching-maestro').
to_dateNoISO 8601 timestamp. Only entries created on or before this date.
from_dateNoISO 8601 timestamp. Only entries created on or after this date.
Behavior4/5

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

No annotations provided, but description reveals behavioral traits: ordered newest-first, defaults to checkpoint entries, response includes a render field. It doesn't mention permissions or side effects, but as a read tool, the description is reasonably transparent.

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?

Concise yet comprehensive; every sentence adds essential information. Purpose is front-loaded, followed by usage, defaults, ordering, companion tool, and response guidance. No fluff or repetition.

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 no output schema, the description covers return format (render field), ordering, and default behavior. It distinguishes from a key sibling tool and provides enough context for correct invocation. Parameter documentation is complete via schema.

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

Parameters4/5

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

Schema coverage is 100%, but description adds value beyond schema by explaining the kind default and behavior, ordering, and the render field. This context helps the agent understand parameter implications without duplicating schema descriptions.

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 tool returns a chronological timeline of stored memories for a single project, with specific use cases like reviewing progress and assembling narratives. It distinguishes itself from sibling tool memory_recall by highlighting the chronological vs semantic difference.

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

Usage Guidelines5/5

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

Explicitly states when to use ('review progress', 'answer where we left off') and contrasts with memory_recall ('chronological companion'). Provides defaults and options like kind='all'. Although it doesn't list all sibling tools, the guidance is sufficient for correct selection.

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/OurThinkTank/founders-os'

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