summarize_inbox
Summarize a specified number of emails in your Outlook inbox using the Outlook MCP Server, enabling quick email overviews without complex configurations.
Instructions
Summarize inbox emails
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of emails to summarize |
Input Schema (JSON Schema)
{
"properties": {
"count": {
"default": 10,
"description": "Number of emails to summarize",
"type": "number"
}
},
"type": "object"
}