← Back to registry

Artifact Runtime · TOOL

Canonical runtime-backed view of the artifact, independent from metadata governance.

Resolved Artifact

{
  "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"
  },
  "kind": "tool",
  "summary": {
    "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.",
    "id": "hera_search",
    "kind": "tool",
    "path": "Tools/global/ai/hera_search.json",
    "title": "hera_search"
  },
  "validation_issues": []
}

Validation

No validation issues detected.