You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: plugins/workiq/README.md
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,21 @@
2
2
3
3
Workplace intelligence plugin that connects AI agents to Microsoft 365 Copilot, providing access to organizational data from Outlook, Teams, SharePoint, OneDrive, and Calendar.
4
4
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
+
5
9
## What it does
6
10
7
11
WorkIQ grounds AI assistance in real workplace context by querying Microsoft 365 data sources. It enables agents to answer questions about:
8
12
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?" |
14
20
15
21
## Skills
16
22
@@ -20,8 +26,15 @@ Activated when a user asks about workplace context — what someone said, meetin
20
26
21
27
## MCP server
22
28
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
24
37
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.
26
39
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