msgraph

Search and execute Microsoft Graph API endpoints for Microsoft 365 data.

12|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jorgeasaurus/agent-skills --skill msgraph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: msgraph
Source: https://github.com/jorgeasaurus/agent-skills/tree/main/msgraph
Command: npx skills add https://github.com/jorgeasaurus/agent-skills --skill msgraph

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires msgraph, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides AI agents with direct access to over 27,700 Microsoft Graph APIs, allowing them to interact with Microsoft 365 data and services without network calls.

Core Features & Use Cases

  • API Search: Instantly search and find any Microsoft Graph API endpoint.
  • API Documentation: Detailed information on endpoint permissions, parameters, and resource schemas.
  • Community Samples: Access curated community-provided queries that map natural language tasks to API calls.
  • Authentication: Supports delegated and app-only authentication for direct API calls.
  • API Execution: Execute Graph API calls directly with the skill, or hand off to a Graph MCP server.

Quick Start

To search for mail-related APIs, use: msgraph sample-search --query "send mail"

Frequently Asked Questions about msgraph

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the right Microsoft Graph API endpoint for a specific task?

To find Microsoft Graph API endpoints, you can search across 27,700+ APIs using natural language queries. The skill provides a sample search function to instantly locate relevant endpoints and detailed documentation for your specific task.

Can AI agents execute Microsoft 365 API calls directly without writing custom code?

Yes, AI agents can execute Microsoft 365 API calls directly. The skill supports both delegated and app-only authentication, allowing agents to interact with Microsoft Graph data and services or hand off execution to a Graph MCP server.

Do I need network access to look up Microsoft Graph API documentation?

Looking up Microsoft Graph API documentation uses local indexes, so offline search is possible. However, network access is required for authentication and executing the actual API calls against Microsoft 365 services.

What information is included in Microsoft Graph API endpoint documentation?

Microsoft Graph API endpoint documentation includes detailed information on required permissions, parameters, and resource schemas. It also provides access to curated community samples that map natural language tasks to specific API calls.

What is the best way to search for Microsoft Graph APIs using an AI agent?

The best way to search for Microsoft Graph APIs is using the built-in sample search with a natural language query, such as 'send mail'. This instantly filters the 27,700+ endpoints to find the matching Microsoft 365 service action.