email_help
Get comprehensive help and usage information for email MCP tools and services, including available tools, usage examples, and configuration requirements.
Instructions
Get help and usage information for email MCP tools and services.
Returns comprehensive help information including available tools, supported services, usage examples, configuration requirements, and common use cases.
Returns: Dictionary with service and tool information: { "server": str, # Server name "version": str, # Server version "description": str, # Server description "supported_services": { # Available service types "smtp": str, # Description of SMTP services "api": str, # Description of API services "local": str, # Description of local services "webhook": str # Description of webhook services }, "tools": [...], # List of available tools "examples": [...], # Usage examples "notes": [...] # Important notes and tips }
Examples: # Get comprehensive help email_help() # Returns full documentation for all services and tools
Notes: - Use list_services() to see currently configured services - Use email_status() to test service connectivity - Use configure_service() to add new services dynamically
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||