get_all_minds
get_all_minds
Retrieves a list of all minds associated with your account. Returns complete details including digital twins, categories, snapshots, and metadata.
Use this tool to view all minds you’ve created, check their status, and get IDs for running simulations. Perfect for auditing, management, or selecting which mind to work with.
Parameters
This tool takes no parameters. It returns all minds for the authenticated account.
Request
Response
Response Properties
Returns an array of mind objects. Each mind object contains:
Finding Mind IDs: Use this tool to retrieve mind IDs when you need to run simulations or manage existing minds. Your AI assistant can filter results based on name or characteristics.
Common Use Cases
List All Available Minds
You:
Mind Reasoner:
Calls get_all_minds and presents a formatted list with names, IDs, and snapshot status.
Check Snapshot Status
You:
Mind Reasoner: Filters the results to show only minds with completed training.
Find Mind ID
You:
Mind Reasoner: Searches the results and returns the specific mind ID.
Error Responses
401 Unauthorized
Solution: Verify your API key in the MCP server configuration.
429 Rate Limit Exceeded
Solution: Wait before making additional requests.
