Gmail MCP

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

get_forwarding_address

Retrieve a specific forwarding address in Gmail using the Gmail MCP server. Simplify email management by accessing and verifying forwarding settings directly.

Instructions

Gets the specified forwarding address

Input Schema

NameRequiredDescriptionDefault
forwardingEmailYesThe forwarding address to be retrieved

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "forwardingEmail": { "description": "The forwarding address to be retrieved", "type": "string" } }, "required": [ "forwardingEmail" ], "type": "object" }
ID: 1je9b8hapn