Agentra LabsAgentra Labs DocsPublic Documentation

AgenticTime

Command Surface

Complete listing of all AgenticTime commands across CLI, MCP, and FFI surfaces.

Complete listing of all AgenticTime commands across CLI, MCP, and FFI surfaces.

CLI Commands (atime)

CommandDescription
atime initInitialize a new .atime file
atime infoPrint file metadata
atime queryQuery temporal entities by type/text/status
atime exportExport temporal data as JSON
atime groundVerify a claim has temporal backing
atime evidenceReturn supporting temporal evidence
atime suggestSuggest similar temporal records
atime workspace createCreate a workspace label
atime workspace addAdd an .atime context to a workspace
atime workspace listList workspace contexts
atime workspace queryQuery across workspace contexts
atime workspace compareCompare an item across contexts
atime workspace xrefCross-reference context presence/absence
atime runtime-syncScan workspace .atime files and write sync snapshot
atime deadline addAdd a new deadline
atime deadline listList deadlines
atime deadline completeMark a deadline complete
atime deadline cancelCancel a deadline
atime deadline overdueShow overdue deadlines
atime schedule createCreate a schedule entry
atime schedule todayShow today's schedule window
atime sequence createCreate a new sequence
atime sequence advanceAdvance sequence to next step
atime sequence statusView sequence status
atime sequence listList all sequences
atime decay createConfigure a decay model
atime decay valueRead current decay value
atime decay listList all decay configs
atime statsPrint graph statistics
atime refreshRefresh temporal status projections

MCP Tools (agentic-time-mcp)

Deadline Tools

ToolDescription
time_deadline_addAdd a new deadline with optional warning threshold and consequences
time_deadline_completeMark a deadline as completed
time_deadline_listList deadlines with optional filters
time_deadline_overdueList all overdue deadlines

Schedule Tools

ToolDescription
time_schedule_createCreate a new scheduled event
time_schedule_rescheduleReschedule an event to a new time
time_schedule_rangeGet schedule for a time range
time_schedule_availableFind available time slots in a range
time_schedule_conflictsCheck for scheduling conflicts

Sequence Tools

ToolDescription
time_sequence_createCreate a sequence of ordered steps
time_sequence_advanceComplete the current step and advance
time_sequence_statusGet the current status of a sequence

Decay Tools

ToolDescription
time_decay_createCreate a decay model tracking value over time
time_decay_valueGet the current value of a decay model
time_decay_alertGet decay models approaching a threshold

Duration Tools

ToolDescription
time_duration_estimateCreate a duration estimate with uncertainty (PERT model)
time_duration_aggregateAggregate multiple duration estimates

General Tools

ToolDescription
time_statsGet temporal statistics (counts by type and status)
time_refreshRefresh all statuses (update overdue deadlines, recalculate decays)
time_groundVerify a claim has temporal backing
time_evidenceGet supporting evidence for a temporal query
time_suggestSuggest near matches for a temporal query
time_workspace_createCreate a multi-time workspace
time_workspace_addAdd an .atime file to workspace
time_workspace_listList workspace contexts
time_workspace_queryQuery across workspace contexts
time_workspace_compareCompare an item across contexts
time_workspace_xrefCross-reference item presence across contexts
session_startStart a time MCP interaction session
session_endEnd a time MCP interaction session
time_session_resumeResume recent session context

Advanced Tools

ToolDescription
time_timeline_forkFork the timeline for what-if analysis at a decision point
time_clone_raceCreate parallel exploration clones racing to find the best approach
time_echo_detectDetect temporal echoes and ripple effects from an event
time_deadline_prophecyPredict deadline outcomes based on current trajectory
time_causal_archaeologyExcavate cause-effect chains from temporal history
time_future_memoryPrecompute future context for an upcoming point in time
time_debt_analyzeAnalyze temporal debt from overdue and deferred items
time_gravity_detectDetect chrono-gravity wells pulling temporal items toward them
time_entanglement_createCreate a temporal entanglement linking entities that must move together
time_anomaly_scanScan the temporal graph for anomalies and health issues
time_decay_reversalAnalyze reversal options for a decaying value
time_dilation_analyzeAnalyze time dilation patterns and subjective time perception
time_jump_createJump to a specific point in the project timeline
time_anchor_createCreate a temporal anchor capturing current state as a savepoint
time_loop_detectDetect time loop patterns from repeated similar events
time_wormhole_createConnect two distant points in time with a causal wormhole

Compact Facade Tools (v0.3+)

Use these to keep MCP tool surfaces small while preserving backward compatibility:

ToolDescription
time_deadlineUnified deadline operations via operation
time_scheduleUnified schedule operations via operation
time_sequenceUnified sequence operations via operation
time_decayUnified decay operations via operation
time_durationUnified duration operations via operation
time_coreUnified core time operations via operation
time_workspaceUnified workspace/session operations via operation
time_explorationUnified exploration invention operations via operation
time_protectionUnified protection invention operations via operation
time_managementUnified management invention operations via operation

Compact list mode:

export ATIME_MCP_TOOL_SURFACE=compact

In compact mode, tools/list returns only the 10 facade tools above, while all legacy tool names remain callable.

MCP Resources (atime://)

ResourceDescription
atime://deadlinesAll deadlines
atime://deadlines/{id}Single deadline
atime://deadlines/upcomingNext 7 days
atime://deadlines/overduePast due
atime://schedulesAll schedules
atime://schedules/todayToday's schedule
atime://schedules/weekThis week
atime://sequencesAll sequences
atime://sequences/{id}Single sequence
atime://decay/{name}Decay curve data
atime://statsGraph statistics
atime://timelineMerged timeline view

MCP Prompts

PromptDescription
time_planGenerate a temporal plan
time_reviewReview temporal health
time_estimateEstimate task duration
time_schedule_dayPlan a day's schedule