Skip to main content
Glama

sage_timeline

Retrieve memories within a time range, grouped by time buckets, to review activity over time. Gain insight into agent memory patterns across sessions.

Instructions

Get memories in a time range, grouped by time buckets. Use this to see memory activity over time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd instant (RFC3339, e.g. 2024-12-31T23:59:59Z)
fromNoStart instant (RFC3339, e.g. 2024-01-01T00:00:00Z)
domainNoFilter by domain tag
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'Get memories' and 'see memory activity' imply a read-only operation, but details such as bucket boundaries, ordering, or inclusivity are not disclosed. This is acceptable but leaves some ambiguity.

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 concise sentences with no wasted words. The first sentence states the core function, and the second adds a practical use case, making it well-structured and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity, no output schema, and no annotations, the description provides enough context: it defines what is returned (memories grouped by time buckets) and when to use it. Minor gaps exist around default behavior when optional parameters are omitted, but overall it is sufficiently complete for selection and invocation.

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?

The schema already provides 100% coverage for all three parameters with descriptions, so the baseline is 3. The description adds context about time range and grouping, but does not introduce meaning beyond what the schema already conveys.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool fetches memories within a time range and groups them into time buckets, which is a specific and meaningful capability. It distinguishes from generic tools like sage_list or sage_recall by emphasizing temporal bucketing, though it does not explicitly name sibling alternatives.

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 says 'Use this to see memory activity over time,' providing clear situational guidance. It does not mention exclusions or alternative tools, but the use case is well defined for an agent to choose this tool appropriately.

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/l33tdawg/sage'

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