search_projects
Search for projects by name across all workspaces the user has access to. Returns each match’s _id, name, description, workspaceId, and workspaceName so you can pick the right one without needing a workspaceId up front. ALWAYS use this before create_project when the user references a project by name — it prevents creating duplicates in the wrong workspace. If multiple matches are returned, ask the user to disambiguate using workspace context.
Parameters
Search query — case-insensitive substring match against project names.
Max results to return (default 20, max 50).