Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OUTLINE_URLYesThe URL of the Outline instance (e.g., https://outline.example.com).
OUTLINE_API_KEYYesYour personal Outline API key.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
whoamiA

[requires: account.view_self] Show the authenticated user, their role, and effective capabilities resolved from the role graph.

access_graphA

[requires: account.view_self] Render the role inheritance graph and where the current user sits in it.

update_my_accountA

[requires: account.update_self] Update your own profile (name and/or avatar URL).

list_usersC

[requires: users.list] List workspace users.

invite_userA

[requires: users.invite] Invite a user to the workspace with a given role.

remove_userA

[requires: users.remove] Permanently remove a user from the workspace.

suspend_userA

[requires: users.suspend] Suspend a user (blocks sign-in, keeps their data).

activate_userA

[requires: users.activate] Re-activate a previously suspended user.

change_user_roleB

[requires: users.change_role] Change another user's workspace role.

search_docsA

[requires: docs.search] Full-text search across documents you can access.

read_docA

[requires: docs.read] Read a document by ID.

create_docC

[requires: docs.create] Create a document in a collection.

update_docA

[requires: docs.update] Update a document's title and/or text.

delete_docA

[requires: docs.delete] Delete a document.

audit_logA

[requires: audit.read] Read the workflow audit trail: every tool call, who made it, and at which stage it succeeded or was denied.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pritesh-knowai/outline-rbac-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server