Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Send a new email message
| Field | Value |
|---|---|
| Name | outlook__send_email |
| Group | Integrations |
{
"type": "object",
"properties": {
"message": {
"type": "object",
"description": "Microsoft Graph message object with subject, body, toRecipients, and optional fields"
},
"saveToSentItems": {
"type": "boolean",
"description": "Save sent message to Sent Items"
}
},
"required": [
"message"
],
"description": "Input schema for the outlook__send_email tool."
}