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.
List messages in an Outlook conversation
| Field | Value |
|---|---|
| Name | outlook__list_conversation_messages |
| Group | Integrations |
{
"type": "object",
"properties": {
"conversationId": {
"type": "string",
"description": "Conversation ID"
},
"$top": {
"type": "number",
"description": "Maximum messages to return"
},
"$select": {
"type": "string",
"description": "Comma-separated message fields to return"
}
},
"required": [
"conversationId"
],
"description": "Input schema for the outlook__list_conversation_messages tool."
}