Skip to content

Tool Reference

This page lists every tool Atlas can use during a conversation. Tools are sorted alphabetically. All tools run locally on your machine.

Tier key:

  • Free — available on all plans (including no subscription)
  • Talk — requires a Talk plan or active free trial

ToolCategoryDescriptionKey ParametersTier
add_semantic_linksKnowledge GraphAdds a Related Notes section with links to semantically similar notesfile_path, links[] (target_path, reason)Free
add_taskDaily Notes & TasksAdds a checkbox task to a daily note or any filetask, date?, file_path?, section?Free
append_sectionNote ManagementAppends content under a specific heading in a notefile_path, heading, contentFree
create_noteNote ManagementCreates a new markdown note in the vaulttitle, content, folder?, tags?, note_type?Free
create_scheduled_taskSchedulingCreates a recurring cron-scheduled automated taskname, schedule, action_type, action_config, description?Talk
create_voice_noteVoiceOpens the voice recording interface for transcriptiontopic?Talk
delete_fileNote ManagementMoves a file to trash (recoverable)file_path, reason?Free
extract_frontmatterNote ManagementParses YAML frontmatter from a notefile_pathFree
find_orphansKnowledge GraphFinds notes with no incoming linkslimit?Free
find_related_notesKnowledge GraphFinds semantically similar notes via embedding searchfile_path, threshold?, limit?Free
generate_daily_reportDaily Notes & TasksGenerates an end-of-day summary of tasks and notesdate?Free
get_directory_treeNote ManagementReturns the vault as a hierarchical folder treepath?, max_depth?Free
get_markdown_syntaxNote ManagementReturns a markdown formatting referenceFree
get_note_graphKnowledge GraphReturns note connection data and optional statsinclude_stats?Free
get_or_create_daily_noteDaily Notes & TasksGets or creates today’s (or a specific day’s) daily notedate?Free
get_organizationCRMRetrieves full details for a specific organizationidFree
get_personCRMRetrieves full details for a specific personidFree
get_tasksDaily Notes & TasksLists tasks from daily notes, open or completeddate?, include_completed?, date_range? (week/month)Free
get_tool_schemaMetaFetches the full parameter schema for a lazy-loaded tooltool_nameFree
get_upcoming_meetingsCalendarLists upcoming Google Calendar eventshours_ahead?, max_results?Talk
get_weatherWeatherGets current weather and forecast from NOAA (US only)location?, include_forecast?Talk
list_filesNote ManagementLists files in the vault with optional filterprefix?, pattern?, limit?Free
list_foldersNote ManagementLists all vault foldersinclude_hidden?Free
list_organizationsCRMLists all organizations in the CRMFree
list_peopleCRMLists all contacts, optionally filtered by tagfilter?Free
list_templatesTemplatesLists available note templatesFree
memory_searchMemorySearches across long-term memory and session historyquery, memory_type? (long-term/sessions/all), limit?, since?Free
move_fileNote ManagementMoves or renames a file in the vaultold_path, new_pathFree
navigate_folderNote ManagementBrowses the contents of a folderfolder_path?Free
parse_linksNote ManagementExtracts wikilinks, markdown links, and tags from a notefile_pathFree
read_memory_fileMemoryReads a specific memory file or sectionfile (persona/user/facts/rules/tools/schedule/drumbeat), section?Free
read_noteNote ManagementReads the full content of a notefile_pathFree
remember_factMemorySaves a fact to long-term memory under a categoryfact, category (facts/goals/preferences/relationships/projects)Free
search_notesNote ManagementSearches the vault for relevant notesquery, limit?Free
set_reminderSchedulingSets a one-shot reminder at a specific time or delaymessage, delay_minutes?, at_time?Free
suggest_linksKnowledge GraphFinds semantically similar notes to link tonote_path, limit?Free
toggle_taskDaily Notes & TasksMarks a task complete or incompletetask_text, date?, file_path?, complete?Free
update_memoryMemoryMakes targeted updates to memory filescategory (facts/user), new_content, mode (append/replace_entry/replace_section/append_to_section), old_content?Free
update_noteNote ManagementUpdates an existing note’s contentfile_path, content, mode (append/prepend/replace)Free
use_templateTemplatesCreates a note from a template with placeholder substitutiontemplate_name, output_filename, replacements?Free

Free Tier (local, no subscription required)

Section titled “Free Tier (local, no subscription required)”

All note management, memory, knowledge graph, CRM, daily notes, task, template, scheduling (reminders only), and meta tools.

ToolWhy it requires Talk
get_upcoming_meetingsRequires Google Calendar integration (cloud auth)
get_weatherRoutes through Atlas cloud backend (NOAA proxy)
create_voice_noteUses Atlas cloud for Whisper transcription
create_scheduled_taskAdvanced automation feature

These 6 tools always have their full parameter schemas loaded at the start of every conversation. All other tools are lazy-loaded via get_tool_schema when needed.

  1. search_notes
  2. create_note
  3. read_note
  4. remember_fact
  5. memory_search
  6. read_memory_file

CategoryTools
Note Managementcreate_note, read_note, update_note, append_section, delete_file, move_file, list_files, list_folders, navigate_folder, get_directory_tree, extract_frontmatter, parse_links, get_markdown_syntax
Knowledge Graphsuggest_links, find_orphans, get_note_graph, find_related_notes, add_semantic_links
Memoryremember_fact, memory_search, update_memory, read_memory_file
Daily Notes & Tasksget_or_create_daily_note, add_task, toggle_task, get_tasks, generate_daily_report
Templateslist_templates, use_template
Calendarget_upcoming_meetings
Weatherget_weather
CRMlist_people, list_organizations, get_person, get_organization
Voicecreate_voice_note
Schedulingset_reminder, create_scheduled_task
Metaget_tool_schema