Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SHEETS_CLIENT_IDYesOAuth client ID from Google Cloud
SHEETS_CLIENT_SECRETYesOAuth client secret from Google Cloud
SHEETS_REFRESH_TOKENYesRefresh token obtained via npm run auth

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sheets_create_spreadsheetB

Create a new Google spreadsheet.

sheets_get_valuesC

Read values from a Google Sheet range.

sheets_update_valuesC

Overwrite values in a Google Sheet range.

sheets_append_valuesC

Append rows to a Google Sheet range.

sheets_clear_valuesC

Clear values from a Google Sheet range.

sheets_add_sheetC

Add a new tab/sheet to a spreadsheet.

sheets_paste_markdown_reportB

Paste a markdown report into a sheet as one line per row.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct action (add sheet, append, clear, create, get, paste markdown, update) with no overlap in purpose, ensuring an agent can easily distinguish them.

Naming Consistency5/5

All tools follow a consistent 'sheets_verb_noun' pattern (e.g., sheets_add_sheet, sheets_get_values), with only 'sheets_paste_markdown_report' slightly deviating in verb form but still predictable.

Tool Count5/5

Seven tools is well-scoped for a Google Sheets server, covering creation, reading, writing, appending, clearing, tab management, and a specialized markdown paste function without being overwhelming.

Completeness4/5

The tool set covers core operations (create, read, update, append, clear) and adds tab management and markdown support, though missing explicit delete operations (e.g., delete sheet or row) which are minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues