Microsoft 365 Pack
★Trusted◇Sandbox optionalv1.0.0MIT✔Verified80by 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.
Quick Start
agentnode install microsoft-365-packRuns in a subprocess with filtered environment by default. Declared permissions are policy-checked, not sandboxed.
Usage
From packagefrom 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_IDAzure AD application (client) ID for Microsoft Graph API authentication
MS_CLIENT_SECRETAzure AD application client secret for OAuth2 client credentials flow
MS_TENANT_IDAzure AD tenant (directory) ID identifying your organization
Runs locally on your machine. No execution data is sent to AgentNode. Permissions are checked before execution. Learn how this works
Verification
Package installs and imports correctly. runtime checks passed.
This package was executed and validated by AgentNode before listing. Install, import, and runtime checks passed.
Verified in real_auto mode
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
Permissions
Declared by the publisher. Checked before execution by the policy gate.
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.
agentnode install microsoft-365-packEnvironment Variables
MS_CLIENT_IDrequiredMS_CLIENT_SECRETrequiredMS_TENANT_IDrequiredFiles (3)
License
MITStats
Compatibility
Frameworks
Runtime
pythonPython Version
>=3.10Trust & Security
Publisher
AgentNode
@agentnode