Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/en/get-started/mcp-clients/copilot-studio/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ After saving the gateway configuration, you'll be redirected to the Arcade autho

Once the connection is established, return to your agent and start a conversation. Now you can directly interact with your tools.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Google.Passive: Changed passive voice 'connection is established' to active voice 'you establish the connection'

Suggested change
Once the connection is established, return to your agent and start a conversation. Now you can directly interact with your tools.
Once you establish the connection, return to your agent and start a conversation. Now you can directly interact with your tools.


Arcade provides just-in-time authorization. When you use a tool that requires access to an external service, Copilot Studio will display an authorization link. Click the link to grant access and continue. This works seamlessly with tools like SharePoint, Outlook, Teams, Stripe, and Gmail.
Arcade provides just-in-time authorization. When you use a tool that requires access to an external service, Copilot Studio will display an authorization link. Click the link to grant access and continue. This works seamlessly with tools like SharePoint, Teams, Stripe, and Gmail.

<Image
alt={"Step 4: Chat with your agent using Arcade tools"}
Expand Down
5 changes: 0 additions & 5 deletions app/en/home/landing-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ const POPULAR_INTEGRATIONS_ROW2 = [
icon: "/images/icons/ms_teams.png",
href: "/resources/integrations/social/microsoft-teams",
},
{
name: "Outlook",
icon: "/images/icons/outlook_mail.png",
href: "/resources/integrations/productivity/outlook-mail",
},
{
name: "Stripe",
icon: "/images/icons/stripe.svg",
Expand Down
6 changes: 2 additions & 4 deletions app/en/references/auth-providers/microsoft/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@ Before showing how to configure your Microsoft app credentials, let's go through
Next, add the Microsoft app to Arcade.
### Arcade Microsoft MCP Servers Scopes

Below is the list of scopes required by the Arcade Microsoft MCP Servers:
Below is the list of scopes required by the Arcade Microsoft MCP servers that have integration documentation:

| MCP Server | Required Permissions |
| -------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Outlook Calendar](/resources/integrations/productivity/outlook-calendar) | `Calendars.ReadBasic`<br/>`Calendars.ReadWrite`<br/>`MailboxSettings.Read` |
| [Outlook Mail](/resources/integrations/productivity/outlook-mail) | `Mail.Read`<br/>`Mail.ReadWrite`<br/>`Mail.Send` |
| [Teams](/resources/integrations/social/microsoft-teams) | `Channel.ReadBasic.All`<br/>`ChannelMessage.Read.All`<br/>`ChannelMessage.Send`<br/>`Chat.Create`<br/>`Chat.Read`<br/>`ChatMessage.Read`<br/>`ChatMessage.Send`<br/>`People.Read`<br/>`Team.ReadBasic.All`<br/>`TeamMember.Read.All`<br/>`User.Read` |
| [SharePoint](/resources/integrations/productivity/sharepoint) | `Sites.Read.All` |
| [SharePoint](/resources/integrations/productivity/microsoft-sharepoint) | `Sites.Read.All` |

## Configuring your own Microsoft Auth Provider in Arcade

Expand Down
2 changes: 1 addition & 1 deletion app/en/references/changelog/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ _Here's what's new at Arcade.dev!_

**Toolkits**

- `[feature - 🚀]` Sharepoint Toolkit added ([docs](/resources/integrations/productivity/sharepoint))
- `[feature - 🚀]` Sharepoint Toolkit added ([docs](/resources/integrations/productivity/microsoft-sharepoint))
- `[feature - 🚀]` Google Slides Toolkit added
- `[feature - 🚀]` Commenting on Google Docs added
- `[bugfix - 🐛]` Improvements in Microsoft Teams message search tool for better agentic experience. Fix bug when no messages match the search query.
Expand Down
12 changes: 2 additions & 10 deletions app/en/resources/integrations/productivity/_meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,14 @@ const meta: MetaRecord = {
title: "Microsoft PowerPoint",
href: "/en/resources/integrations/productivity/microsoft-powerpoint",
},
sharepoint: {
"microsoft-sharepoint": {
title: "Microsoft SharePoint",
href: "/en/resources/integrations/productivity/sharepoint",
href: "/en/resources/integrations/productivity/microsoft-sharepoint",
},
"microsoft-word": {
title: "Microsoft Word",
href: "/en/resources/integrations/productivity/microsoft-word",
},
"outlook-calendar": {
title: "Outlook Calendar",
href: "/en/resources/integrations/productivity/outlook-calendar",
},
"outlook-mail": {
title: "Outlook Mail",
href: "/en/resources/integrations/productivity/outlook-mail",
},
"-- Starter": {
type: "separator",
title: "Starter",
Expand Down
20 changes: 0 additions & 20 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,6 @@ const nextConfig: NextConfig = withLlmsTxt({
destination: "/:locale/resources/integrations/productivity/jira",
permanent: true,
},
{
source:
"/:locale/resources/integrations/productivity/outlook-mail/reference",
destination:
"/:locale/resources/integrations/productivity/outlook-mail",
permanent: true,
},
{
source: "/:locale/resources/integrations/sales/hubspot/reference",
destination: "/:locale/resources/integrations/sales/hubspot",
Expand Down Expand Up @@ -895,19 +888,6 @@ const nextConfig: NextConfig = withLlmsTxt({
permanent: true,
},
// Deprecated toolkit renames (microsoft_* prefix, ArcadeAI/monorepo#601)
{
source:
"/:locale/resources/integrations/productivity/outlook-calendar",
destination:
"/:locale/resources/integrations/productivity/microsoft-outlook-calendar",
permanent: true,
},
{
source: "/:locale/resources/integrations/productivity/outlook-mail",
destination:
"/:locale/resources/integrations/productivity/microsoft-outlook-mail",
permanent: true,
},
{
source: "/:locale/resources/integrations/productivity/sharepoint",
destination:
Expand Down
142 changes: 0 additions & 142 deletions public/images/icons/outlook_calendar.svg

This file was deleted.

Loading
Loading