outline-wiki-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OUTLINE_BASE_URL | Yes | The base URL of the Outline Wiki instance. | |
| OUTLINE_MCP_MODE | No | MCP mode (default: agentic). | agentic |
| OUTLINE_API_TOKEN | Yes | API token for authentication. | |
| OUTLINE_READ_ONLY | No | Whether to enable read-only mode (default: true). | true |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| outline_validate_connectionA | Validate Outline token and API connectivity safely. |
| outline_capability_reportA | Return v0.2 control-plane capability metadata. |
| outline_diagnosticsA | Return safe runtime diagnostics without secrets. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: capability report for metadata, diagnostics for runtime info, and connection validation. No overlap.
All tools follow a consistent 'outline_X' snake_case pattern, making them predictable.
With only 3 tools, the scope is narrow but well-defined for a health-check server; each tool is necessary.
The tool set covers all essential aspects of server capability reporting, diagnostics, and connection validation without missing operations.