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 from a shared or delegated mailbox that the signed-in Microsoft account can access
| Field | Value |
|---|---|
| Name | outlook__list_shared_mailbox_emails |
| Group | Integrations |
{
"type": "object",
"properties": {
"mailbox": {
"type": "string",
"description": "Mailbox user principal name or Microsoft Graph user ID"
},
"folderId": {
"type": "string",
"description": "Mail folder ID or well-known folder name"
},
"$top": {
"type": "number",
"description": "Maximum messages to return"
},
"$select": {
"type": "string",
"description": "Comma-separated message fields to return"
},
"$orderby": {
"type": "string",
"description": "Sort expression"
},
"$filter": {
"type": "string",
"description": "OData filter expression"
}
},
"required": [
"mailbox",
"folderId"
],
"description": "Input schema for the outlook__list_shared_mailbox_emails tool."
}