You're viewing a demo portfolio

Join the waitlist
PRSM

sheets_read

Active

Tool of Google_sheets

declared in 0.1.0

Read data from a Google Sheet range. Specify sheet name and range (e.g., 'A1:C10'). Returns rows as arrays of cell values.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "range": "Sheet1!A1:D10",
      "spreadsheet_id": "1BxiMVs0XRA5nFMmqvzausWYMYq6nS8twLu0gKBvMZsk"
    },
    {
      "range": "Sales!A1:F100",
      "spreadsheet_id": "1BxiMVs0XRA5nFMmqvzausWYMYq6nS8twLu0gKBvMZsk"
    }
  ],
  "required": [
    "spreadsheet_id",
    "range"
  ],
  "properties": {
    "range": {
      "type": "string",
      "description": "A1 notation range (e.g., \"Sheet1!A1:D10\")"
    },
    "spreadsheet_id": {
      "type": "string",
      "description": "Spreadsheet ID (from the URL)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Google_sheets

https://github.com/pipeworx-io/mcp-google_sheets

1/7 registries
View full server →
sheets_read — Google_sheets — PRSM MCP