← Back to registry

TOOL · hera_search

No description provided.

Canonical Definition

{
  "function": {
    "description": "Perform a general Google Search or brave search to find current information, news, programming documentation, or any external data you don't already know. Use this when the user asks a factual question.",
    "name": "hera_search",
    "parameters": {
      "properties": {
        "query": {
          "description": "The search query.",
          "type": "string"
        }
      },
      "required": [
        "query"
      ],
      "type": "object"
    }
  },
  "type": "function"
}