> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mapping.travel/llms.txt
> Use this file to discover all available pages before exploring further.

# Available tools

> 18 tools across 5 categories. Agents discover them via get_mcp_schemas at runtime.

Agents can call `get_mcp_schemas` at any time to see live tool schemas — useful when this page is out of date.

## Inventory

| Tool                     | Description                               |
| ------------------------ | ----------------------------------------- |
| `upload_hotel_inventory` | Push a CSV of hotels into your workspace. |

## Mapping

| Tool                         | Description                                   |
| ---------------------------- | --------------------------------------------- |
| `trigger_mapping_job`        | Kick off matching against the golden dataset. |
| `check_job_status`           | Poll status by job ID.                        |
| `list_recent_jobs`           | Last N mapping jobs for the org.              |
| `get_job_results`            | Read mapped and unmapped rows for a job.      |
| `get_all_historical_results` | Cumulative mapping history.                   |
| `download_results`           | Download a job result file.                   |
| `get_historical_mappings`    | Per-hotel mapping history.                    |

## Search

| Tool                           | Description                              |
| ------------------------------ | ---------------------------------------- |
| `search_golden_dataset`        | Look up hotels by name or partial match. |
| `search_golden_dataset_by_geo` | Find hotels near a coordinate.           |

## Statistics

| Tool                      | Description                             |
| ------------------------- | --------------------------------------- |
| `get_coverage_statistics` | Mapping coverage by supplier or region. |

## Reporting & Audit

| Tool                          | Description                            |
| ----------------------------- | -------------------------------------- |
| `report_mismatch`             | File a mismatch on a specific mapping. |
| `update_mismatch_state`       | Move a report through its lifecycle.   |
| `list_mismatch_reports`       | Browse mismatch reports.               |
| `list_duplicate_reports`      | Reference-hotel duplicate candidates.  |
| `get_audit_log`               | Read recent audit events for the org.  |
| `set_mapping_mode_preference` | Configure how mappings are computed.   |
| `get_mcp_schemas`             | Live tool-schema introspection.        |

<Tip>
  For parameter shapes, the source of truth is `get_mcp_schemas`. Schemas may evolve as the API does.
</Tip>
