search
Look up content on barnsworthburning.net using a specific query. This tool enables direct searches through compatible AI clients for quick access to relevant information.
Instructions
Search barnsworthburning.net for the given query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The search query to look for on barnsworthburning.net |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"query": {
"description": "The search query to look for on barnsworthburning.net",
"minLength": 2,
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}