search_locations
Find locations by name, optionally filtered by organization and limited results. Returns matching locations in compact, full, or summary format for quick lookup.
Instructions
Search for locations by name.
Args: query: Search query string organization_id: Optional organization filter limit: Maximum number of results (default 10, max 100) output_format: Output format - "full", "compact" (default), or "summary" save_to_file: If True, saves full results to a temp file for jq processing
Returns: JSON string with matching locations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| save_to_file | No | ||
| output_format | No | compact | |
| organization_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |