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

# Live Search (AI Tool)

> AI tool for real-time web search

# Live Search (AI Tool)

AI tool for real-time web search

## Properties

| Property   | Value            |
| ---------- | ---------------- |
| **Type**   | live-search-tool |
| **Family** | AI               |
| **Group**  | Tools            |

## Parameters

| Name            | Label            | Type   | Description                            | Required |
| --------------- | ---------------- | ------ | -------------------------------------- | -------- |
| toolName        | Tool Name        | String | Name the AI will use to call this tool | No       |
| toolDescription | Tool Description | String |                                        | No       |
| maxResults      | Max Results      | Number |                                        | No       |
| query           | Query            | String |                                        | No       |

## Outputs

| Name    | Label   | Type    | Description              |
| ------- | ------- | ------- | ------------------------ |
| result  | result  | string  | Search result            |
| success | success | boolean | Whether search succeeded |
