Skip to content

Coordination

Domain: coordination

Coordination domain for session insights, MCP Task Handoff, and cross-agent shared state board, bridging the planning and execution boundaries of LLMs.

Profiles

  • workflow
  • full

Typical scenarios

  • MCP Task Handoff
  • Recording deep session insights
  • Cross-agent data sharing and state broadcasting

Common combinations

  • coordination + workflow
  • coordination + browser

Full tool list (12)

ToolDescription
create_task_handoffCreate a persisted task handoff for cross-tool coordination.
complete_task_handoffMark a task handoff as completed.
update_task_handoffUpdate task handoff status or metadata without completing it.
get_task_contextRead persisted task handoff context and session insights.
append_session_insightRecord a persisted insight for the current session.
save_page_snapshotSave current page state.
restore_page_snapshotRestore a saved page snapshot.
list_page_snapshotsList saved page snapshots.
coordination_restore_snapshotRestore a saved page snapshot including IndexedDB data. Navigates to the captured URL, re-injects cookies, localStorage, sessionStorage, and IndexedDB records from the snapshot.
state_boardCRUD operations on the cross-tool shared state board.
state_board_watchWatch state board keys for changes with configurable polling.
state_board_ioSerialize state board to JSON or restore from a previous export.

Released under AGPL-3.0-only