-
Notifications
You must be signed in to change notification settings - Fork 4
Tools Overview
Alessio Rocchi edited this page Jan 29, 2026
·
2 revisions
Complete reference for all 46 MCP tools across 8 categories.
| Category | Count | Tools |
|---|---|---|
| Agent Tools | 6 | agent_spawn, agent_list, agent_stop, agent_status, agent_types, agent_update_status |
| Memory Tools | 5 | memory_store, memory_search, memory_get, memory_list, memory_delete |
| Task Tools | 8 | task_create, task_assign, task_complete, task_list, task_get, task_check_drift, task_get_relationships, task_drift_metrics |
| Session Tools | 4 | session_start, session_end, session_status, session_active |
| System Tools | 3 | system_status, system_health, system_config |
| GitHub Tools | 7 | github_issue_create, github_issue_list, github_issue_get, github_pr_create, github_pr_list, github_pr_get, github_repo_info |
| Review Loop Tools | 6 | review_loop_start, review_loop_status, review_loop_abort, review_loop_issues, review_loop_list, review_loop_get_code |
| Identity Tools | 8 | identity_create, identity_get, identity_list, identity_update, identity_activate, identity_deactivate, identity_retire, identity_audit |
Consensus Tools (in Task Tools): 5 tools - consensus_check, consensus_list_pending, consensus_get, consensus_approve, consensus_reject
Total: 46 Tools
agent_spawn - Create new agent
agent_list - List active agents
agent_stop - Stop an agent
agent_status - Get agent details
agent_types - List available types
agent_update_status - Update agent status
memory_store - Store entry
memory_search - Search with FTS5/vector
memory_get - Get by key
memory_list - List all entries
memory_delete - Delete entry
task_create - Create task with optional drift detection
task_assign - Assign to agent
task_complete - Mark complete
task_list - List tasks
task_get - Get task details
task_check_drift - Check for semantic drift
task_get_relationships - Get task relationships
task_drift_metrics - Get drift detection metrics
consensus_check - Check if consensus required
consensus_list_pending - List pending checkpoints
consensus_get - Get checkpoint details
consensus_approve - Approve checkpoint
consensus_reject - Reject checkpoint
identity_create - Create persistent identity
identity_get - Get identity by ID/name
identity_list - List identities
identity_update - Update identity metadata
identity_activate - Activate identity
identity_deactivate - Deactivate identity
identity_retire - Permanently retire
identity_audit - Get audit trail
session_start - Start session
session_end - End session
session_status - Get status
session_active - List active
system_status - System stats
system_health - Health check
system_config - Configuration
github_issue_create - Create issue
github_issue_list - List issues
github_issue_get - Get issue
github_pr_create - Create PR
github_pr_list - List PRs
github_pr_get - Get PR
github_repo_info - Repo info
review_loop_start - Start review loop
review_loop_status - Get status
review_loop_abort - Stop loop
review_loop_issues - Get issues
review_loop_list - List loops
review_loop_get_code - Get code
1. agent_spawn - Create agent
2. task_create - Create task
3. task_assign - Assign to agent
4. task_complete - Mark done
5. agent_stop - Clean up
1. memory_store - Store findings
2. memory_search - Search context
3. memory_get - Retrieve specific
4. memory_delete - Clean up
1. review_loop_start - Start review
2. review_loop_status - Check progress
3. review_loop_issues - Get feedback
4. review_loop_get_code - Get result
1. identity_create - Create persistent identity
2. identity_activate - Activate for use
3. agent_spawn - Spawn with identity context
4. ... work with agent ...
5. identity_deactivate - Deactivate when done
1. consensus_check - Check if approval needed
2. task_create - Create task (may create checkpoint)
3. consensus_get - Review checkpoint details
4. consensus_approve/reject - Make decision
5. task_create - Continue with approved tasks
1. task_create - Create parent task
2. task_create (with parentTaskId) - Create child
3. task_check_drift - Verify no scope creep
4. task_drift_metrics - Monitor drift trends
5. task_get_relationships - View task tree
For detailed information on each tool category, see:
- Agent Tools - Full agent management
- Memory Tools - Memory operations
- Task Tools - Task coordination, drift detection, and consensus
- Session Tools - Session management
- System Tools - System monitoring
- GitHub Tools - GitHub integration
- Review Loop Tools - Adversarial review
- Identity Tools - Persistent agent identity management
Related:
Getting Started
Core Concepts
Agent Guides
- Overview
- Coder
- Researcher
- Tester
- Reviewer
- Adversarial
- Architect
- Coordinator
- Analyst
- DevOps
- Documentation
- Security Auditor
MCP Tools
- Overview
- Agent Tools
- Memory Tools
- Task Tools
- Session Tools
- System Tools
- GitHub Tools
- Review Loop Tools
- Identity Tools
Recipes
- Index
- Code Review
- Doc Sync
- Multi-Agent
- Adversarial Testing
- Full-Stack Feature
- Memory Patterns
- GitHub Integration
Advanced
- Plugin Development
- Custom Agent Types
- Workflow Engine
- Vector Search Setup
- Web Dashboard
- Programmatic API
- Resource Monitoring
Reference