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.
Get metadata and content for an email attachment
| Field | Value |
|---|---|
| Name | outlook__get_attachment |
| Group | Integrations |
{
"type": "object",
"properties": {
"messageId": {
"type": "string",
"description": "Message ID"
},
"attachmentId": {
"type": "string",
"description": "Attachment ID"
}
},
"required": [
"messageId",
"attachmentId"
],
"description": "Input schema for the outlook__get_attachment tool."
}