Skip to main content
Glama
jackfioru92

MCP Aruba Email & Calendar Server

by jackfioru92

set_email_signature

Create and save a professional email signature with optional photo and colors for automatic inclusion in all sent emails through the MCP Aruba Email & Calendar Server.

Instructions

Create and save a professional email signature with optional photo and colors.

The signature will be automatically appended to all sent emails.
If photo_url or color are provided, an HTML signature will be created.

Args:
    name: Full name (e.g., "Giacomo Fiorucci")
    email: Email address
    role: Job title/role (optional, e.g., "Software Developer")
    company: Company name (optional, e.g., "Emotion Team")
    phone: Phone number (optional, e.g., "+39 123 456 7890")
    photo_url: URL or local file path to profile photo (optional, auto-uploads if local file)
    color: Hex color code for accents (optional, e.g., "#0066cc", "#FF5722")
    style: Signature style - "professional", "minimal", "colorful" (default: "professional")
    signature_name: Name to save signature as (default: "default")

Returns:
    Confirmation with signature preview

Examples:
    # Simple text signature
    set_email_signature(
        name="Giacomo Fiorucci",
        email="giacomo.fiorucci@emotion-team.com",
        role="Software Developer",
        company="Emotion Team"
    )
    
    # HTML signature with photo and custom color
    set_email_signature(
        name="Giacomo Fiorucci",
        email="giacomo.fiorucci@emotion-team.com",
        role="Software Developer",
        company="Emotion Team",
        phone="+39 123 456 7890",
        photo_url="https://example.com/photo.jpg",
        color="#0066cc",
        style="professional"
    )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
emailYes
roleNo
companyNo
phoneNo
photo_urlNo
colorNo
styleNoprofessional
signature_nameNodefault

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/jackfioru92/mcp-aruba-email'

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