Search 360° captures (panoramic site photos) by visual content analysis.
Searches what is VISUALLY SEEN in 360° captures — safety hazards, quality issues, work types,
objects, equipment, materials, and physical site conditions.
Do NOT use for capture counts or statistics — use compass_query_database instead.
**WORKFLOW:**
- **Default**: call this tool with only `query` (and optionally
date filters / limit). The server resolves team_domain/facility_key
from the saved current project (set via `compass_select_project`).
Do NOT call `compass_list_projects` again just to obtain these
values.
- Only when the response indicates the current project is missing, run
`compass_list_projects` → ask the user → `compass_select_project`,
then retry.
- Pass explicit team_domain/facility_key **only** when the user
clearly wants to search a different project than the saved one.
**Date filtering:** Only use start_date/end_date when the user explicitly mentions dates.
Format: YYYY-MM-DD. Omit entirely for general queries without date context.
Args:
query: Keywords or phrases describing what to find in 360° captures
team_domain: Omit by default. Pass only to override the current project.
facility_key: Omit by default. Pass only to override the current project.
limit: Maximum number of results (default: 10)
start_date: Start date filter, YYYY-MM-DD (omit if no date context)
end_date: End date filter, YYYY-MM-DD (omit if no date context)
Returns:
ToolResult: Image viewer links, 3D coordinates, and capture dates