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.
Parameters
query
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”.
Request
Response
Response Properties
Returns an array of mind objects matching the search query. If no matches are found, returns an empty array [].
Each mind object contains:
Empty Results
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.
Common Use Cases
Find by Name
You:
Mind Reasoner: Searches for minds with “sales” in the name and returns matching results.
Find by Email
You:
Mind Reasoner: Searches by email address and returns the matching mind.
Filter by Role
You:
Mind Reasoner: Searches for minds with “manager” in the name or attributes.
Check Before Creating
You:
Mind Reasoner: Searches before creating a duplicate mind.
Search Tips
Name Matching
Email Matching
Best Practices
Search by partial name matches:
"sales"finds “Sales Manager”, “Top Sales Rep”"customer"finds “Customer Service”, “Customer Success”"manager"finds “Sales Manager”, “Service Manager”
Error Responses
400 Bad Request
Solution: Ensure you provide a non-empty query string.
401 Unauthorized
Solution: Verify your API key in the MCP server configuration.
429 Rate Limit Exceeded
Solution: Wait before making additional requests.
