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 draft email message
| Field | Value |
|---|---|
| Name | outlook__send_draft |
| Group | Integrations |
{
"type": "object",
"properties": {
"messageId": {
"type": "string",
"description": "Draft message ID"
}
},
"required": [
"messageId"
],
"description": "Input schema for the outlook__send_draft tool."
}