El catálogo/Outlook
Outlook
app.microsoft.outlook
Send, read, search, and organize Outlook emails via Microsoft Graph
Versión2.0.0
Categoríaproductivity
AutenticaciónOAuth 2
Herramientas20
Transportestdio
LicenciaMIT
01
Qué hace
La aplicación, en sus propias palabras.
Microsoft Outlook email management — send, read, search, and organize emails via Microsoft Graph API.
02
Herramientas
20 herramientas que el agente puede llamar.
Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.
- create-draftCreate a draft email message.
- create-folderCreate a new mail folder.
- delete-draftDelete a draft email.
- delete-folderDelete a mail folder and all its contents.
- delete-messageDelete a message (moves to Deleted Items) or permanently delete it.
- forward-messageForward an email message to other recipients.
- get-attachmentGet the content of an email attachment by its attachment ID.
- get-messageGet full details of a specific email message by ID, including body and attachments.
- list-draftsList all draft emails in the account.
- list-foldersList all mail folders in the account.
- list-messagesList email messages from inbox or a specific folder. Supports filtering by unread, importance, etc.
- list-rulesList all inbox rules (mail filters) for the account.
- modify-messageModify a message: mark as read/unread, set importance, add categories, or flag it.
- move-messageMove a message to a different mail folder.
- reply-messageReply to an existing email message.
- search-messagesSearch for email messages. Supports searching by subject, body, sender, etc.
- send-draftSend an existing draft email.
- send-messageSend an email message from the connected Outlook account.
- store-attachmentDownload and store an email attachment to the local filesystem.
- update-draftUpdate an existing draft email by replacing its content.
03
Autenticación y permisos
Qué pide.
Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.
Permisos
openidprofileemailoffline_accessMail.ReadMail.ReadWriteMail.SendUser.Read
Secretos de sistema
CLIENT_IDCLIENT_SECRETREDIRECT_URI
Secretos de usuario
ACCESS_TOKENREFRESH_TOKENEMAILEXPIRY_DATE
Seguir leyendo
El manifiesto y el código de Outlook están en el monorepo, junto al resto de aplicaciones.