Skip to main content
Glama
taylorwilsdon

Google Workspace MCP Server - Control Gmail, Calendar, Docs, Sheets, Slides, Chat, Forms & Drive

Manage Deployment

manage_deployment
Destructive

Create, update, or delete Google Apps Script deployments to manage script project releases.

Instructions

Manages Apps Script deployments. Supports creating, updating, and deleting deployments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform - "create", "update", or "delete"
script_idYesThe script project ID
descriptionNoDeployment description (required for create; optional for update when version_number is supplied)
deployment_idNoThe deployment ID (required for update and delete)
version_numberNoVersion number to point the deployment at (for update only). Required to roll a deployment forward to a newly created script version.
user_google_emailYesUser's email address
version_descriptionNoOptional version description (for create only)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations already declare destructiveHint=true, and the description merely restates the operations without adding context about the consequences of deletion/update, required permissions, irreversibility, or side effects. No additional behavioral disclosure is provided beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the resource and actions, with zero filler. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is minimal but the rich schema (100% param descriptions) and annotations cover operation safety. However, it lacks contextual guidance on selecting this tool vs siblings and doesn't synthesize the action-specific parameters, leaving some completeness gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameter purposes and conditional requirements (e.g., deployment_id required for update/delete). The description adds no parameter-level information, meeting the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool 'Manages Apps Script deployments' and enumerates the supported operations ('creating, updating, and deleting deployments'), giving a specific verb and resource. While 'manages' is somewhat generic, the explicit operation list distinguishes it from siblings like list_deployments.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage context is implied by listing the actions (create/update/delete), so an agent can infer that this tool is for deployment mutation. However, it does not explicitly mention when to use it over alternatives (e.g., list_deployments for reading) or provide exclusions or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/taylorwilsdon/google_workspace_mcp'

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