# Boost Tools Reference

Use this reference when Laravel Boost MCP tools are available.

## search-docs

- Start with multiple broad, topic-based queries.
- Avoid package names in queries; the tool already knows installed versions.
- Use before making framework decisions.

## list-artisan-commands

- Verify available Artisan commands and options.
- Pass `--no-interaction` for non-interactive usage.

## list-routes

- Inspect route definitions when changing or debugging routing.
- Filter by vendor/action when applicable.

## tinker

- Run PHP snippets to debug Eloquent behavior or complex logic.

## database-query

- Read-only database inspection when you do not need model logic.

## browser-logs

- Review recent frontend errors and exceptions.

## get-absolute-url

- Generate fully-qualified project URLs when sharing links.
