Gmail MCP

by shinzo-labs
Verified
MIT License
126
1
  • Apple
  • Linux

add_delegate

Assign a delegate to manage a Gmail account by specifying their email address, enabling shared email access and task management.

Instructions

Adds a delegate to the specified account

Input Schema

NameRequiredDescriptionDefault
delegateEmailYesEmail address of delegate to add

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "delegateEmail": { "description": "Email address of delegate to add", "type": "string" } }, "required": [ "delegateEmail" ], "type": "object" }
ID: 1je9b8hapn