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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing key behaviors: the signature is automatically appended to sent emails, photo_url auto-uploads local files, and it returns a confirmation with preview. It doesn't cover permissions, rate limits, or error handling, but provides substantial operational context.

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 well-structured and front-loaded with the core purpose, followed by organized sections for args, returns, and examples. Every sentence adds value, with no redundancy, making it efficient despite its comprehensiveness.

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

Completeness5/5

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

Given the tool's complexity (9 parameters, no annotations, but with output schema), the description is complete. It covers purpose, usage, parameters, behavior, and examples. The output schema handles return values, so the description appropriately focuses on input and operational context.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate fully. It provides detailed semantics for all 9 parameters, including examples, optional/default values, and behavioral effects (e.g., photo_url triggers HTML signature). This adds significant meaning beyond the bare schema.

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

Purpose5/5

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

The description clearly states the tool's purpose with specific verbs ('create and save') and resource ('professional email signature'), distinguishing it from sibling tools like get_email_signature or list_email_signatures. It explains the outcome ('automatically appended to all sent emails') and differentiates between text and HTML signatures based on optional parameters.

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

Usage Guidelines4/5

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

The description provides clear context on when to use this tool (to create signatures that will be appended to emails) and implies usage through parameter descriptions (e.g., photo_url creates HTML signatures). However, it doesn't explicitly state when NOT to use it or name alternatives like get_email_signature for retrieval, though the distinction is clear from purpose.

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

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