iiRecord
Agentic AI Atlas · Brave: Local Search
tool-descriptor:brave.local-searcha5c.ai
II.
ToolDescriptor JSON

tool-descriptor:brave.local-search

Structured · live

Brave: Local Search json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/brave-search-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:brave.local-search",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/brave-search-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Brave: Local Search",
    "description": "Search local businesses and points of interest.",
    "inputSchema": {
      "type": "object",
      "required": [
        "query"
      ],
      "properties": {
        "query": {
          "type": "string"
        },
        "count": {
          "type": "integer"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "results": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:brave.local-search",
      "to": "tool-server:brave-search-mcp",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:brave-search-mcp",
      "to": "tool-descriptor:brave.local-search",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}