Skip to content

Commit 70f391a

Browse files
JasonEtcoCopilot
andcommitted
Enrich WorkIQ README with upstream package context
Add data type query examples, prerequisites, admin consent info, and link to the @microsoft/workiq MCP server package. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9b7eea1 commit 70f391a

1 file changed

Lines changed: 21 additions & 8 deletions

File tree

plugins/workiq/README.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22

33
Workplace intelligence plugin that connects AI agents to Microsoft 365 Copilot, providing access to organizational data from Outlook, Teams, SharePoint, OneDrive, and Calendar.
44

5+
Powered by the [`@microsoft/workiq`](https://github.com/microsoft/work-iq-mcp) MCP server.
6+
7+
> ⚠️ **Public Preview:** Features and APIs may change.
8+
59
## What it does
610

711
WorkIQ grounds AI assistance in real workplace context by querying Microsoft 365 data sources. It enables agents to answer questions about:
812

9-
- **Emails & messages** — Find and summarize email threads and Teams conversations
10-
- **Meetings** — Retrieve decisions, action items, and context from calendar events
11-
- **Documents** — Locate specs, design docs, and files across SharePoint and OneDrive
12-
- **People** — Identify subject-matter experts, project owners, and organizational relationships
13-
- **Priorities** — Surface what colleagues are focused on, team goals, and project status
13+
| Data type | Example questions |
14+
| --- | --- |
15+
| **Emails** | "What did John say about the proposal?" |
16+
| **Meetings** | "What's on my calendar tomorrow?" |
17+
| **Documents** | "Find my recent PowerPoint presentations" |
18+
| **Teams** | "Summarize today's messages in the Engineering channel" |
19+
| **People** | "Who is working on Project Alpha?" |
1420

1521
## Skills
1622

@@ -20,8 +26,15 @@ Activated when a user asks about workplace context — what someone said, meetin
2026

2127
## MCP server
2228

23-
WorkIQ includes an MCP server configuration (`.mcp.json`) that runs the `@microsoft/workiq` package. Authentication is automatic using the connected user's existing Microsoft 365 credentials.
29+
WorkIQ includes an MCP server configuration (`.mcp.json`) that runs the [`@microsoft/workiq`](https://www.npmjs.com/package/@microsoft/workiq) package. Authentication is automatic using the connected user's existing Microsoft 365 credentials.
30+
31+
## Prerequisites
32+
33+
- **Node.js 18+**[Download from nodejs.org](https://nodejs.org/)
34+
- **Microsoft 365 account** with Copilot access
35+
36+
## Admin consent
2437

25-
## Requirements
38+
To access Microsoft 365 tenant data, the WorkIQ MCP server needs permissions that require administrative rights on the tenant. On first access, a consent dialog appears. If you are not an administrator, contact your tenant administrator to grant access.
2639

27-
- Microsoft 365 account with Copilot access
40+
For more information, see Microsoft's [User and Admin Consent Overview](https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/user-admin-consent-overview).

0 commit comments

Comments
 (0)