LobeChat
Ctrl K
Back to Discovery
access_google_sheets

Access Google Sheet

@accessplugins
Ask your Google Sheets questions & chat with excel. Enter Google Drive link to start!

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