local.descriptions
Retrieve detailed descriptions for multiple local businesses or points of interest by providing their unique location identifiers.
Instructions
Brave Local Search AI descriptions: fetch descriptions for up to 20 location ids
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ids | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ids": {
"items": {
"type": "string"
},
"maxItems": 20,
"minItems": 1,
"type": "array"
}
},
"required": [
"ids"
],
"type": "object"
}