outline-rbac-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OUTLINE_URL | Yes | The URL of the Outline instance (e.g., https://outline.example.com). | |
| OUTLINE_API_KEY | Yes | Your personal Outline API key. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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