Skip to main content
Glama
mnbro

outline-wiki-mcp

by mnbro

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OUTLINE_BASE_URLYesThe base URL of the Outline Wiki instance.
OUTLINE_MCP_MODENoMCP mode (default: agentic).agentic
OUTLINE_API_TOKENYesAPI token for authentication.
OUTLINE_READ_ONLYNoWhether 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: capability report for metadata, diagnostics for runtime info, and connection validation. No overlap.

Naming Consistency5/5

All tools follow a consistent 'outline_X' snake_case pattern, making them predictable.

Tool Count5/5

With only 3 tools, the scope is narrow but well-defined for a health-check server; each tool is necessary.

Completeness5/5

The tool set covers all essential aspects of server capability reporting, diagnostics, and connection validation without missing operations.

Maintenance

ActivitySlowing
ResponsivenessSyncing