# gmail-osiris

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add sk1122/gmail-osiris

# Browse available tools
npx -y smithery tool list sk1122/gmail-osiris

# Get full schema for a tool
npx -y smithery tool get sk1122/gmail-osiris fetchEmails

# Call a tool
npx -y smithery tool call sk1122/gmail-osiris fetchEmails '{}'
```

## Direct MCP Connection

Endpoint: `https://gmail-osiris--sk1122.run.tools`

## Tools (12)

- `fetchEmails` — Fetch emails from Gmail inbox with optional search query and filters
- `get_latest_emails` — Get the most recent emails from Gmail, optionally including read emails
- `get_emails_from_user` — Get emails from a specific sender email address
- `get_unread_emails` — Get all unread emails, optionally filtered by date
- `get_emails_by_thread` — Get all emails in a specific Gmail thread
- `get_starred_emails` — Get all starred emails, optionally filtered by date
- `get_emails_by_context` — Search emails by context or keywords in subject, body, or both
- `get_emails_by_date` — Get emails within a specific date range
- `send_email` — Send an email through Gmail with support for CC, BCC, and HTML content
- `send_email_reply` — Reply to an existing email message
- `search_email` — Advanced Gmail search using Gmail search operators. Supports complex queries like "from:example@gmail.com has:attachmen…
- `create_draft_email` — Create a draft email that can be reviewed and sent later

```bash
# Get full input/output schema for a tool
npx -y smithery tool get sk1122/gmail-osiris <tool-name>
```
