Skip to main content

Microsoft 365 Pack

TrustedSandbox optionalv1.0.0MITVerified80

by AgentNode · published 6 months ago · toolpack

Integrate with Outlook, OneDrive, Teams, and Excel via Microsoft Graph.

Access Microsoft 365 services through the Graph API. Send emails, manage calendar events, upload files to OneDrive, post to Teams channels, and read/write Excel workbooks.

langchaincrewaigeneric

Quick Start

bash
agentnode install microsoft-365-pack

Runs in a subprocess with filtered environment by default. Declared permissions are policy-checked, not sandboxed.

Usage

From package
python
from microsoft_365_pack.tool import run

result = run(
    action="send_email",
    to=["sarah.chen@acme.com", "dev-team@acme.com"],
    subject="Q1 Sprint Retrospective Notes",
    body="Hi team,\n\nAttached are the retrospective notes from Friday's session. Key action items are highlighted in yellow.\n\nBest,\nAlex",
    attachments=["/tmp/retro-notes-q1.pdf"],
    importance="high"
)
print(f"Email sent: {result['message_id']}")

Environment Variables

MS_CLIENT_ID

Azure AD application (client) ID for Microsoft Graph API authentication

required
MS_CLIENT_SECRET

Azure AD application client secret for OAuth2 client credentials flow

required
MS_TENANT_ID

Azure AD tenant (directory) ID identifying your organization

required

Runs locally on your machine. No execution data is sent to AgentNode. Permissions are checked before execution. Learn how this works

Verification

high confidence80/100✔ Verified
smokeReturned valid result
+25/25
testsTests failed
0/15
importAll tools imported successfully
+15/15
installInstalled in 1.4s
+15/15
contractAll contract checks passed
+10/10
determinismConsistent output across runs (normalized)
+5/5
reliability3/3 runs passed
+10/10

Package installs and imports correctly. runtime checks passed.

install1.4s
import220ms
smoke160ms
tests1.2s

This package was executed and validated by AgentNode before listing. Install, import, and runtime checks passed.

Verified in real_auto mode

Python 3.12.3ffmpegpopplertesseractuv

Last verified 16d ago· Runner v2.0.0

Use this when you need to...

  • Send automated Outlook emails with attachments to distribution lists
  • Upload and organize project files in OneDrive shared folders
  • Post status updates and adaptive cards to Teams channels
  • Read and transform Excel spreadsheets into structured data
  • Search Outlook calendar for scheduling conflicts across attendees

README

Version History

Capabilities

outlook_integrationoutlook_accesstool
onedrive_integrationonedrive_accesstool
teams_integrationteams_accesstool

Permissions

Sandbox optionalFrom a trusted publisher — runs on the host by default. You can require isolation with sandbox.host_trust_policy.

Declared by the publisher. Checked before execution by the policy gate.

Networkunrestricted
Filesystemtemp
Code Executionnone
Data Accessconnected_accounts
User Approvalonce

Permissions are policy-checked before execution. For trusted and curated packages that run on the host, network and filesystem access are policy-checked but not OS-sandboxed. When runtime isolation is required for untrusted/community code, AgentNode uses sandbox-or-fail-closed if the required container runtime and pinned image are available. Learn more

Privacy

All tool execution happens locally on your machine. AgentNode never receives:

  • • Tool inputs or outputs
  • • Execution logs
  • • Data your agent processes

Only install events and search queries are sent to the registry.

bash
agentnode install microsoft-365-pack

Environment Variables

MS_CLIENT_IDrequired
MS_CLIENT_SECRETrequired
MS_TENANT_IDrequired

Files (3)

License

MIT

Stats

Downloads0
Installs0
Versionv1.0.0
Published3/16/2026
Channelstable
Typetoolpack
Entrypointmicrosoft_365_pack.tool

Compatibility

Frameworks

langchaincrewaigeneric

Runtime

python

Python Version

>=3.10

Trust & Security

PublisherTrusted
SignatureNone
ProvenanceNone
Security Issues0

Publisher

A

AgentNode

@agentnode