Skip to main content
Glama
nicolascroce

keepsake-mcp

by nicolascroce

get_contact_timeline

Read-only

Combine a contact's entries, tasks, and notes into a single chronological feed. Filter by date range and item type to get the most relevant updates.

Instructions

Get a unified, chronological feed of ALL items related to a contact — entries, tasks, and notes — sorted by date (most recent first). Much more efficient than fetching entries, tasks, and notes separately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesContact UUID
toNoEnd date filter (YYYY-MM-DD)
fromNoStart date filter (YYYY-MM-DD)
typeNoFilter by item type (default: all)
limitNoMax results (default 20)
offsetNoPagination offset
Behavior3/5

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

Annotations already declare readOnlyHint=true. Description adds chronological ordering and that it returns all item types. No further behavioral details (e.g., pagination limits, response structure) beyond what annotations cover.

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 sentences, front-loaded with key info, no unnecessary words.

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?

Complexity is moderate with 6 parameters and no output schema. Description explains the combined nature but lacks details on response format. Adequate but not fully complete.

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 descriptions cover all 6 parameters (100% coverage). Description adds only the sorting behavior, not significant parameter meaning beyond 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?

Description explicitly states the verb ('get'), resource ('chronological feed of ALL items related to a contact'), and distinguishes from fetching items separately. It also specifies sort order (most recent first).

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?

Indicates it's more efficient than separate fetches, providing a clear when-to-use context. However, it doesn't explicitly state when not to use or enumerate alternative tools.

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/nicolascroce/keepsake-mcp'

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