Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
gws-pathNoPath to the gws binary.gws
servicesNoComma-separated list of services to expose (e.g., drive,sheets,calendar,docs,gmail). Default is all services.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
drive_files_listB

List files in Google Drive. Supports search queries via the 'q' parameter. Shared drive files are included automatically.

drive_files_getB

Get a file's metadata by ID. Shared drive files are supported automatically.

drive_files_createB

Create a new file in Google Drive. Use with bodyParams for metadata and optionally upload a local file.

drive_files_copyB

Copy a file. Useful for converting formats (e.g. markdown to Google Doc).

drive_files_updateC

Update a file's metadata or content.

drive_files_deleteC

Permanently delete a file.

drive_files_exportA

Export a Google Workspace file (Doc, Sheet, Slide) to a specific format. Returns JSON with export metadata. Use drive_files_download for automatic export with content returned inline.

drive_permissions_createC

Share a file by creating a permission.

sheets_getB

Get spreadsheet metadata.

sheets_values_getC

Read values from a spreadsheet range.

sheets_values_updateC

Write values to a spreadsheet range.

sheets_values_appendC

Append values after the last row of a spreadsheet range.

calendar_events_listC

List events from a calendar.

calendar_events_getC

Get a single calendar event by ID.

calendar_events_insertC

Create a new calendar event.

calendar_events_updateC

Update an existing calendar event.

calendar_events_deleteC

Delete a calendar event.

docs_getC

Get a Google Doc's content and metadata.

docs_createB

Create a new empty Google Doc.

docs_batchUpdateC

Apply updates to a Google Doc (insert text, formatting, etc).

gmail_messages_listC

List Gmail messages matching a query.

gmail_messages_getC

Get a single Gmail message by ID.

gmail_threads_listC

List Gmail threads matching a query.

gmail_threads_getC

Get a full Gmail thread by ID (all messages in the conversation).

drive_files_downloadA

Download a file's content from Google Drive. Returns the text content for text files, or a base64-encoded string for binary files. For Google Docs/Sheets/Slides, exports to a readable format (plain text by default).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/conorbronsdon/gws-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server