Unitalk
Store
Back to Discovery
access_google_sheets

Google Sheet Assistant

@accessplugins
Ask questions and chat your Google Sheets. Simply enter the public URL of your Google Sheet to get started!

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