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"
    }
  }
]