Agentra LabsAgentra Labs DocsPublic Documentation

Get Started

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 deadline addAdd a new deadline
atime deadline listList deadlines with filters
atime deadline updateUpdate a deadline
atime deadline removeRemove a deadline
atime deadline upcomingShow deadlines due within 7 days
atime deadline overdueShow overdue deadlines
atime schedule addAdd a schedule entry
atime schedule listList schedule entries
atime schedule conflictsDetect scheduling conflicts
atime schedule removeRemove a schedule entry
atime sequence createCreate a new sequence
atime sequence step addAdd a step to a sequence
atime sequence step completeComplete a sequence step
atime sequence statusView sequence status
atime sequence listList all sequences
atime decay configureConfigure a decay curve
atime decay queryQuery freshness at a given age
atime decay resetReset a decay config
atime decay listList all decay configs
atime statsPrint graph statistics
atime exportExport temporal data
atime importImport temporal data
atime validateValidate a .atime file
atime infoPrint file metadata

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)

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