search_minds
search_minds
search_minds
Searches for minds that match specific criteria like name, email, or other attributes. Returns a filtered list of minds with complete details.
Use this tool when you have many minds and need to quickly find specific ones by name, email, or other identifiable attributes. More efficient than retrieving all minds and filtering manually.
The search is case-insensitive and matches partial strings. For example, searching for “sales” will find “Sales Manager”, “Top Sales Rep”, and “Inside Sales Team”.
Returns an array of mind objects matching the search query. If no matches are found, returns an empty array [].
Each mind object contains:
If no minds match your search query, the tool returns an empty array []. Try broadening your search terms or using get_all_minds to see all available minds.
You:
Mind Reasoner: Searches for minds with “sales” in the name and returns matching results.
You:
Mind Reasoner: Searches by email address and returns the matching mind.
You:
Mind Reasoner: Searches for minds with “manager” in the name or attributes.
You:
Mind Reasoner: Searches before creating a duplicate mind.
Search by partial name matches:
"sales" finds “Sales Manager”, “Top Sales Rep”"customer" finds “Customer Service”, “Customer Success”"manager" finds “Sales Manager”, “Service Manager”Solution: Ensure you provide a non-empty query string.
Solution: Verify your API key in the MCP server configuration.
Solution: Wait before making additional requests.