Skip to main content
Glama
MIT License
368
7
  • Apple
  • Linux

create_forwarding_address

Create a forwarding address to automatically redirect incoming emails to another specified email. Simplify email management by ensuring messages are sent to the desired destination.

Instructions

Creates a forwarding address

Input Schema

NameRequiredDescriptionDefault
forwardingEmailYesAn email address to which messages can be forwarded

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "forwardingEmail": { "description": "An email address to which messages can be forwarded", "type": "string" } }, "required": [ "forwardingEmail" ], "type": "object" }

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/shinzo-labs/gmail-mcp'

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