LobeChat
Ctrl K
Back to Discovery
access_google_sheets

访问 Google 表格

@accessplugins
提出您的 Google 表格问题并与 Excel 进行交流。输入 Google 云端硬盘链接开始!

Tool Parameters

banner
Parse URL
ParameterType
url
STRING
chat_context
STRING

JSON Schema

json
[
  {
    "description": "Parse URL",
    "name": "parse_url_get",
    "parameters": {
      "properties": {
        "url": {
          "type": "string"
        },
        "chat_context": {
          "type": "string"
        }
      },
      "required": [
        "url",
        "chat_context"
      ],
      "type": "object"
    }
  }
]