Google GWS CLI tool names too long?

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Trying to use the new google gws cli tool and cursor blows up a bunch of the registered tools because names are too long? Is that a protocol limitation or cursor?

Steps to Reproduce

Install gws https://www.npmjs.com/package/@googleworkspace/cli and configure it.

Expected Behavior

all tools available

Operating System

MacOS

Version Information

Version: 2.6.12
VSCode Version: 1.105.1
Commit: 1917e900a0c4b0111dc7975777cfff60853059d0
Date: 2026-03-04T21:41:18.914Z
Build Type: Stable
Release Track: Early Access
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 24.6.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, this is a Cursor limitation on your side, not an MCP protocol limit. The combined length of the server name plus the tool name can’t be more than 60 characters.

The good news is the server name is just the key in your MCP config, and you can change it. Right now you have google_workspace (16 chars). Try renaming it to something short like gws or even g. The longest tool name in your errors is about 50 characters, so with a short server name everything should stay under 60.

That said, I’ve flagged this to the team. The 60-character limit is too tight for servers like Google Workspace CLI that ship with long tool names by default.

great, thanks for the workaround!

1 Like

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.