📝
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
snapshotobjectRequiredTemporalContextSnapshotV1 from export_temporal_context_snapshot
max_linesnumberOptionalMaximum lines in output (default: 20)
Returns
prompt_prefix:LLM-ready prompt textline_count:Actual line countExample
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.