iiRecord
Agentic AI Atlas · Google Drive: Search
tool-descriptor:gdrive.searcha5c.ai
II.
ToolDescriptor JSON

tool-descriptor:gdrive.search

Structured · live

Google Drive: Search json

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

File · extensions/tool-descriptors/google-drive-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:gdrive.search",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/google-drive-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Google Drive: Search",
    "description": "Search files in the user's Google Drive by query.",
    "inputSchema": {
      "type": "object",
      "required": [
        "query"
      ],
      "properties": {
        "query": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "files": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:gdrive.search",
      "to": "tool-server:mcp-google-drive",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "claim:source-provenance-extensions-tool-descriptors-google-drive-mcp-tools-yaml",
      "to": "tool-descriptor:gdrive.search",
      "kind": "about_subject"
    },
    {
      "from": "tool-server:mcp-google-drive",
      "to": "tool-descriptor:gdrive.search",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}