pub fn find_schema(
snapshot: &CatalogSnapshot,
id: &str,
) -> Option<LauncherSchemaResponse>Expand description
Find id’s tool across every catalog in snapshot and return its
schemas, provided it’s still exposed on the Palette surface. None means
“not found or no longer palette-exposed” — callers map that to 404.