The definitive Sovereign Command Deck index. Search, explore, and leverage the exact tool needed for high-trust agentic execution.
170 tools available
features
brain_add_feature
Add a new feature to the product's feature map.
Args:
product: "gentlequest" or "nucleus"
name: Human-readable feature name
description: What the feature does
source: Where it lives (e.g., "gentlequest_app", "pypi_mcp")
version: Which version it shipped in
how_to_test: List of test steps
expected_result: What should happen when testing
status: development/staged/production/released
tags: Searchable tags
Returns:
Created feature object
Parameters
productstr
namestr
descriptionstr
sourcestr
versionstr
how_to_testList
expected_resultstr
statusstr
tagsList
orchestration
brain_add_loop
Manually add a new open loop.
Parameters
descriptionstr
loop_typestr
priorityint
tasks
brain_add_task
Create a new task in the queue.
Parameters
descriptionstr
priorityint
blocked_byList
required_skillsList
sourcestr
task_idstr
skip_dep_checkbool
orchestration
brain_apply_critique
Apply fixes based on a critique review.
Parameters
review_pathstr
sessions
brain_archive_resolved
Archive all .resolved.* backup files to clean up the brain folder.
Parameters
No parameters required.
orchestration
brain_archive_stale
Auto-archive commitments older than 30 days.
Parameters
No parameters required.
engrams
brain_audit_log
View the cryptographic interaction log for trust verification.
Parameters
limitint
governance
brain_auto_fix_loop
Auto-fix loop: Verify -> Diagnose -> Fix -> Verify.
Retries up to 3 times.
Phase 4: Self-Healing.
Check if there's a recent session to offer resumption.
Parameters
No parameters required.
sessions
brain_checkpoint_task
[CHECKPOINT] Save the current state of a task for later resumption.
Parameters
task_idstr
stepint
progress_percentfloat
contextstr
artifactsList
resumablebool
tasks
brain_claim_task
Atomically claim a task.
Parameters
task_idstr
agent_idstr
orchestration
brain_close_commitment
Close a commitment with specified method.
Parameters
commitment_idstr
methodstr
orchestration
brain_commitment_health
Get commitment health summary.
Parameters
No parameters required.
sync
brain_complete_deploy
Mark a deploy as complete and optionally run smoke test.
Parameters
service_idstr
successbool
deploy_urlstr
errorstr
run_smoke_testbool
engrams
brain_compounding_status
๐ Get status of the Compounding v0 Loop.
Parameters
No parameters required.
tasks
brain_context_switch
๐ง Record a context switch and check for ADHD drift.
Parameters
new_contextstr
tasks
brain_context_switch_reset
๐ Reset the context switch counter.
Parameters
No parameters required.
tasks
brain_context_switch_status
๐ Get current context switch status and ADHD metrics.
Parameters
No parameters required.
orchestration
brain_critique_code
Run a Critic agent review on a file.
Parameters
file_pathstr
contextstr
orchestration
brain_dashboard
Enhanced orchestration dashboard.
Parameters
detail_levelstr
formatstr
include_alertsbool
include_trendsbool
categorystr
tasks
brain_depth_map
Generate exploration map.
Parameters
No parameters required.
tasks
brain_depth_pop
Come back up one level.
Parameters
No parameters required.
tasks
brain_depth_push
Go deeper into a subtopic.
Parameters
topicstr
tasks
brain_depth_reset
Reset depth to root level.
Parameters
No parameters required.
tasks
brain_depth_set_max
Set the maximum safe depth.
Parameters
max_depthint
tasks
brain_depth_show
Show current depth state.
Parameters
No parameters required.
features
brain_discover_mounted_tools
Discover tools from mounted MCP servers.
Args:
server_id: Optional. Specific server to query. If None, queries all.
Parameters
server_idstr
engrams
brain_dsor_status
Get comprehensive DSoR status.
Parameters
No parameters required.
sessions
brain_emit_event
Emit a new event to the brain ledger.
Parameters
event_typestr
emitterstr
dataDict
descriptionstr
engrams
brain_end_of_day
๐ Capture end-of-day learnings as engrams.
Parameters
summarystr
key_decisionsList
blockersList
tasks
brain_escalate
Escalate a task to request human help.
Parameters
task_idstr
reasonstr
sync
brain_evaluate_triggers
Evaluate which agents should activate for a given event.
Parameters
event_typestr
emitterstr
orchestration
brain_export
Export the brain content to a zip file in .brain/exports/.
Parameters
No parameters required.
engrams
brain_export_schema
Export the current MCP toolset as an OpenAPI/JSON Schema.
Parameters
No parameters required.
engrams
brain_federation_dsor_status
Get Federation DSoR status.
Parameters
No parameters required.
federation
brain_federation_health
Get federation health dashboard.
Parameters
No parameters required.
federation
brain_federation_join
Join a federation via seed peer.
Parameters
seed_peerstr
federation
brain_federation_leave
Leave the federation gracefully.
Parameters
No parameters required.
federation
brain_federation_peers
List all federation peers with details.
Parameters
No parameters required.
federation
brain_federation_route
Route a task to the optimal brain.
Parameters
task_idstr
profilestr
federation
brain_federation_status
Get comprehensive federation status.
Parameters
No parameters required.
federation
brain_federation_sync
Force immediate synchronization with all peers.
Parameters
No parameters required.
orchestration
brain_file_changes
Get pending file change events.
Parameters
No parameters required.
orchestration
brain_fix_code
Auto-fix code based on issues context.
Parameters
file_pathstr
issues_contextstr
orchestration
brain_force_assign
Force assign a task to a slot.
Parameters
slot_idstr
task_idstr
acknowledge_riskbool
sessions
brain_garbage_collect_tasks
Archive stale and auto-generated tasks to reduce noise.
Parameters
max_age_hoursint
dry_runbool
orchestration
brain_gcloud_services
List Cloud Run services in a project.
Parameters
projectstr
regionstr
orchestration
brain_gcloud_status
Check GCloud authentication status.
Parameters
No parameters required.
sessions
brain_generate_handoff_summary
[HANDOFF] Generate a rich context summary for a task handoff.
Parameters
task_idstr
summarystr
key_decisionsList
handoff_notesstr
features
brain_generate_proof
Generate a proof document for a feature.
Args:
feature_id: Feature to generate proof for
thinking: AI's decision-making process (markdown)
deployed_url: Production URL
files_changed: List of files modified
risk_level: low/medium/high
rollback_time: Estimated time to rollback
Returns:
Proof generation result with path
Parameters
feature_idstr
thinkingstr
deployed_urlstr
files_changedList
risk_levelstr
rollback_timestr
orchestration
brain_get_alerts
Get current active alerts.
Parameters
No parameters required.
features
brain_get_feature
Get a specific feature by ID.
Args:
feature_id: The feature ID (snake_case)
Returns:
Feature object with test instructions
Parameters
feature_idstr
orchestration
brain_get_handoffs
Get pending handoff requests.
Parameters
agent_idstr
orchestration
brain_get_llm_status
Get current LLM tier configuration.
Parameters
No parameters required.
tasks
brain_get_next_task
Get the highest-priority unblocked task.
Parameters
skillsList
features
brain_get_proof
Get the proof document for a feature.
Args:
feature_id: Feature ID to get proof for
Returns:
Proof content or message if not found
Parameters
feature_idstr
sessions
brain_get_state
Get the current state of the brain.
Parameters
pathOptional
sync
brain_get_triggers
Get all defined neural triggers.
Parameters
No parameters required.
engrams
brain_governance_status
Get current governance status.
Parameters
No parameters required.
orchestration
brain_halt_sprint
Request halt of current sprint.
Parameters
reasonstr
orchestration
brain_handoff_task
Hand off a task to another session.
Parameters
task_descriptionstr
target_session_idOptional
priorityint
engrams
brain_health
Get comprehensive system health status.
Parameters
No parameters required.
engrams
brain_hook_metrics
๐ Monitor the auto-write engram hook system.
Parameters
No parameters required.
sync
brain_identify_agent
Register current agent identity for multi-agent coordination.
Parameters
agent_idstr
environmentstr
rolestr
tasks
brain_import_tasks_from_jsonl
Import tasks from a JSONL file.
Parameters
jsonl_pathstr
clear_existingbool
merge_gtm_metadatabool
orchestration
brain_ingest_tasks
Ingest tasks from various sources.
Parameters
sourcestr
source_typestr
session_idstr
auto_assignbool
skip_dedupbool
dry_runbool
orchestration
brain_ingestion_stats
Get overall ingestion statistics.
Parameters
No parameters required.
features
brain_invoke_mounted_tool
Invoke a tool on a mounted external MCP server.
Args:
server_id: The ID of the server (e.g. mnt-123456)
tool_name: The name of the tool to call on that server
arguments: Arguments for the tool
Parameters
server_idstr
tool_namestr
argumentsDict
engrams
brain_ipc_tokens
List IPC authentication tokens.
Parameters
active_onlybool
sync
brain_list_artifacts
List artifacts in a folder.
Parameters
folderOptional
orchestration
brain_list_commitments
List all open commitments.
Parameters
tierstr
engrams
brain_list_decisions
List recent DecisionMade events.
Parameters
limitint
features
brain_list_features
List all features, optionally filtered.
Args:
product: Filter by product ("gentlequest" or "nucleus")
status: Filter by status
tag: Filter by tag
Returns:
List of matching features
Parameters
productstr
statusstr
tagstr
engrams
brain_list_ledger_snapshots
List context snapshots.
Parameters
limitint
features
brain_list_mounted
List all currently mounted external MCP servers.
Parameters
No parameters required.
orchestration
brain_list_pending_consents
List agents awaiting user consent for respawn.
Parameters
No parameters required.
features
brain_list_proofs
List all proof documents.
Returns:
List of proofs with metadata
Parameters
No parameters required.
orchestration
brain_list_services
List Render.com services.
Parameters
No parameters required.
sessions
brain_list_sessions
List all saved sessions.
Parameters
No parameters required.
orchestration
brain_list_snapshots
List available dashboard snapshots.
Parameters
limitint
tasks
brain_list_tasks
List tasks with optional filters.
Parameters
statusOptional
priorityOptional
skillOptional
claimed_byOptional
engrams
brain_list_tools
List available tools at current tier level.
Parameters
categorystr
orchestration
brain_manage_strategy
Read or Update the core Strategy Document.
Parameters
actionstr
contentstr
orchestration
brain_mark_high_impact
Manually mark a loop closure as high-impact.
Parameters
No parameters required.
features
brain_mark_validated
Mark a feature as validated after testing.
Args:
feature_id: Feature that was tested
result: "passed" or "failed"
Returns:
Updated feature with validation timestamp
Parameters
feature_idstr
resultstr
engrams
brain_metering_summary
Get token metering summary.
Parameters
since_hoursint
orchestration
brain_metrics
Get coordination metrics (velocity, closure rates, mental load).
Parameters
No parameters required.
orchestration
brain_mission_status
Get current mission status.
Parameters
mission_idstr
engrams
brain_morning_brief
๐ง The Nucleus Morning Brief โ daily 'Alive Workflow'.
Parameters
No parameters required.
features
brain_mount_server
Mount an external MCP server to Nucleus (Recursive Aggregator).
Args:
name: Local name for the mounted server
command: Executable command (e.g. "npx", "python")
args: Command line arguments
Parameters
namestr
commandstr
argsList
orchestration
brain_open_loops
Unified view of ALL open loops (tasks, todos, drafts, decisions).
Parameters
type_filterstr
tier_filterstr
orchestration
brain_optimize_workflow
Self-optimize the workflow cheatsheet.
Parameters
No parameters required.
orchestration
brain_orchestrate
THE GOD COMMAND - Single entry point for all slot operations.
Parameters
slot_idstr
modelstr
aliasstr
modestr
orchestration
brain_orchestrate_swarm
Initialize a multi-agent swarm.
Parameters
missionstr
agentsList
orchestration
brain_patterns
Manage learned patterns for commitment closure.
Parameters
actionstr
orchestration
brain_pause_notifications
Pause all PEFS notifications.
Parameters
No parameters required.
engrams
brain_performance_metrics
Get performance metrics for Nucleus operations.
Parameters
export_to_filebool
engrams
brain_prometheus_metrics
Get Prometheus-compatible metrics.
Parameters
formatstr
sessions
brain_propose_merges
Detect redundant artifacts and generate merge proposals.
Parameters
No parameters required.
engrams
brain_query_engrams
Query Engrams from the cognitive memory ledger.
Parameters
contextstr
min_intensityint
sync
brain_read_artifact
Read contents of an artifact file.
Parameters
pathstr
sessions
brain_read_events
Read recent events.
Parameters
limitint
orchestration
brain_read_memory
Read full content of a memory category.
Parameters
categorystr
orchestration
brain_record_feedback
Record user feedback on a notification.
Parameters
notification_typestr
scoreint
orchestration
brain_record_interaction
Record a user interaction timestamp.
Parameters
No parameters required.
orchestration
brain_register_session
Register this session's focus area.
Parameters
conversation_idstr
focus_areastr
orchestration
brain_request_handoff
Request a handoff to another agent.
Parameters
to_agentstr
contextstr
requeststr
priorityint
artifactsList
orchestration
brain_respond_to_consent
Respond to a respawn consent request.
Parameters
agent_idstr
choicestr
sessions
brain_resume_from_checkpoint
[CHECKPOINT] Retrieve the context and instructions to resume a task.
Parameters
task_idstr
orchestration
brain_resume_notifications
Resume PEFS notifications after pause.
Parameters
No parameters required.
sessions
brain_resume_session
Resume a saved session.
Parameters
session_idstr
orchestration
brain_resume_sprint
Resume a halted sprint.
Parameters
sprint_idstr
orchestration
brain_rollback_ingestion
Rollback an ingestion batch.
Parameters
batch_idstr
reasonstr
engrams
brain_routing_decisions
Query routing decision history.
Parameters
limitint
orchestration
brain_satellite_view
Get unified satellite view of the brain.
Parameters
detail_levelstr
sessions
brain_save_session
Save current session for later resumption.
Parameters
contextstr
active_taskstr
pending_decisionsList
breadcrumbsList
next_stepsList
orchestration
brain_scan_commitments
Scan artifacts for new commitments (checklists, TODOs).
Parameters
No parameters required.
orchestration
brain_scan_marketing_log
Scan the marketing log for failure tags.
Parameters
No parameters required.
engrams
brain_search_engrams
Search Engrams by substring match.
Parameters
querystr
case_sensitivebool
features
brain_search_features
Search features by name, description, or tags.
Args:
query: Search query
Returns:
Matching features
Parameters
querystr
orchestration
brain_search_memory
Search long-term memory for keywords.
Parameters
querystr
orchestration
brain_session_briefing
Get a briefing of pending work at session start.
Parameters
conversation_idOptional
sessions
brain_session_end
๐ End your work session โ auto-captures what happened as an engram.
Parameters
summarystr
learningsstr
moodstr
engrams
brain_session_inject
๐ Session-start context injection.
Parameters
No parameters required.
sessions
brain_session_start
START HERE - Mandatory session start protocol.
Parameters
No parameters required.
orchestration
brain_set_alert_threshold
Set custom alert threshold for a metric.
Parameters
metricstr
levelstr
valuefloat
orchestration
brain_set_llm_tier
Set the default LLM tier for agent spawning.
Parameters
tierstr
orchestration
brain_slot_complete
Mark a task as complete and get next task.
Parameters
slot_idstr
task_idstr
outcomestr
notesstr
orchestration
brain_slot_exhaust
Mark slot as exhausted.
Parameters
slot_idstr
reset_hoursint
sync
brain_smoke_test
Run a smoke test on any URL.
Parameters
urlstr
endpointstr
orchestration
brain_snapshot_dashboard
Create a manual dashboard snapshot.
Parameters
namestr
orchestration
brain_spawn_agent
Spawn an Ephemeral Agent via NAR.
Parameters
intentstr
execute_nowbool
personastr
sync
brain_start_deploy_poll
Start monitoring a Render deploy.
Parameters
service_idstr
commit_shastr
orchestration
brain_start_mission
Start a new mission.
Parameters
namestr
goalstr
task_idsList
slot_idsList
budget_limitfloat
time_limit_hoursfloat
success_criteriaList
orchestration
brain_status_dashboard
Generate ASCII dashboard of slot status.
Parameters
detail_levelstr
sync
brain_sync_auto
Enable or disable automatic file watching and sync.
Parameters
enablebool
sync
brain_sync_now
Manually trigger multi-agent sync.
Parameters
forcebool
sync
brain_sync_resolve
Manually resolve a file conflict.
Parameters
file_pathstr
strategystr
sync
brain_sync_status
Check current multi-agent sync status.
Parameters
No parameters required.
orchestration
brain_synthesize_status_report
Generate a 'State of the Union' report.
Parameters
focusstr
orchestration
brain_synthesize_strategy
Analyze marketing logs and update Strategy using GenAI.
Parameters
focus_topicOptional
features
brain_thanos_snap
Trigger the Phase C 'Thanos Snap' - Instance Fractal Aggregation.
Parameters
No parameters required.
engrams
brain_tier_status
Get current tool tier configuration status.
Parameters
No parameters required.
features
brain_traverse_and_mount
Recursively explore and mount downstream servers.
Args:
root_mount_id: The mount ID to start traversal from
Parameters
root_mount_idstr
sync
brain_trigger_agent
Trigger an agent by emitting a task_assigned event.
Parameters
agentstr
task_descriptionstr
context_filesList
features
brain_unmount_server
Unmount an external MCP server.
Args:
server_id: The ID of the server to unmount (e.g. mnt-123456)
Parameters
server_idstr
features
brain_update_feature
Update a feature's fields.
Args:
feature_id: Feature to update
status: New status
description: New description
version: New version
Returns:
Updated feature
Parameters
feature_idstr
statusstr
descriptionstr
versionstr
orchestration
brain_update_roadmap
Read or Update the Roadmap.
Parameters
actionstr
itemstr
sessions
brain_update_state
Update the brain state with new values (shallow merge).
Parameters
updatesDict
tasks
brain_update_task
Update task fields.
Parameters
task_idstr
updatesDict
orchestration
brain_value_ratio
Get the Value Ratio metric.
Parameters
No parameters required.
engrams
brain_version
Get Nucleus version and system information.
Parameters
No parameters required.
orchestration
brain_weekly_challenge
Manage the weekly growth challenge.
Parameters
actionstr
challenge_idstr
engrams
brain_weekly_consolidate
๐งน Weekly consolidation.
Parameters
dry_runbool
sync
brain_write_artifact
Write contents to an artifact file.
Parameters
pathstr
contentstr
engrams
brain_write_engram
Write a new Engram to the cognitive memory ledger.
Parameters
keystr
valuestr
contextstr
intensityint
governance
hypervisor_status
[HYPERVISOR] Reports the current security state of the Agent OS.
Parameters
No parameters required.
governance
lock_resource
[HYPERVISOR] Locks a file or directory using 'chflags uchg' (Immutable).
Prevents ANY modification, even by root/sudo, until unlocked.
Use this to protect critical state or during Red Team audits.
Parameters
pathstr
governance
nucleus_curl
[EGRESS FIREWALL] Proxied HTTP fetch for Air-Gapped Agents.
Use this to read docs/schemas when your runtime --network is blocked.
Parameters
urlstr
methodstr
governance
nucleus_delete_file
[GOVERNANCE] Attempts to delete a file.
This action is strictly governed by the Nucleus Hypervisor (Layer 4).
Parameters
pathstr
governance
nucleus_list_directory
[GOVERNANCE] Lists files in a directory.
Allows the agent to safely inspect a folder before performing audit actions.
Parameters
pathstr
governance
nucleus_pip_install
[EGRESS FIREWALL] Proxied pip install for Air-Gapped Agents.
Executes 'pip install' on the Host so you can import the library.
Parameters
packagestr
governance
set_hypervisor_mode
[HYPERVISOR] Switches the IDE visual context (Layer 2 Injection).
mode: "red" (Audit/Attack) or "blue" (Build/Defend).
Parameters
modestr
governance
unlock_resource
[HYPERVISOR] Unlocks a file or directory (removes 'uchg' flag).
Parameters
pathstr
governance
watch_resource
[HYPERVISOR] key file/folder monitoring (Layer 1).
If a protected resource is modified while locked, it triggers an alert
and immediately re-applies the lock.