VREME
📝

Generate Temporal Prompt Prefix

Category: Context Tools

PROMPT PREFIX GENERATOR: Convert temporal context snapshot to concise LLM-ready prompt prefix. Configurable max lines (default: 20). Optimized for system prompts. Use after export_temporal_context_snapshot.

Parameters

snapshotobjectRequired

TemporalContextSnapshotV1 from export_temporal_context_snapshot

max_linesnumberOptional

Maximum lines in output (default: 20)

Returns

prompt_prefix:LLM-ready prompt text
line_count:Actual line count

Example

generate_temporal_prompt_prefix(snapshot={...}, max_lines=15)

Try It Now

This tool is available in the Vreme MCP server. Install via:

npx -y @vreme/temporal-mcp

Or add to your Claude Desktop, VS Code, Continue, or Cline configuration. See installation guide.