system
Perform system diagnostics: check server health, view build identity, or search embedded documentation. Start with 'about' for troubleshooting metadata.
Instructions
System diagnostics and authentication utilities for the Outlook MCP server. Start with system.about when troubleshooting; it returns build identity and host environment metadata without requiring authentication.
Set the required operation parameter to one of the verbs below. Each line names the verb, what it does, and the parameters that verb requires. Optional parameters are omitted here; call operation="help" for the full parameter reference.
help: show detailed documentation for all verbs or a single named verb. No required parameters.about: return build identity and host environment metadata for troubleshooting. No required parameters.status: return server health: version, accounts, uptime, config (no Graph call). No required parameters.list_docs: list embedded documentation: slug, title, summary, tags, size, and doc:// URI. No required parameters.search_docs: search embedded docs by keyword; returns ranked snippets with line numbers. Requires: query.get_docs: fetch a document or section by slug; use search_docs first to identify the slug. Requires: slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Document slug (e.g., 'troubleshooting', 'readme', 'quickstart'). Use list_docs to enumerate slugs. | |
| query | No | Case-insensitive keyword or phrase to search across the embedded documentation bundle. | |
| output | No | Output mode: 'text' (default), 'summary', or 'raw'. | |
| section | No | Optional H2 heading anchor to extract a single section (e.g., 'token-refresh'). Anchors are lower-cased heading text with spaces replaced by hyphens. | |
| operation | Yes | The operation to perform. Call with operation="help" for full documentation. |