Skip to main content
Glama

BookStack MCP Server

by lautarobarba

create_role

Create a new user role in BookStack with custom display name, description, and permission assignments to manage access control within the wiki system.

Instructions

Create a new role

Input Schema

NameRequiredDescriptionDefault
descriptionNoRole description
display_nameYesDisplay name for the role (required)
external_auth_idNoExternal authentication ID
permissionsNoArray of permission names to assign to the role

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Role description", "type": "string" }, "display_name": { "description": "Display name for the role (required)", "type": "string" }, "external_auth_id": { "description": "External authentication ID", "type": "string" }, "permissions": { "description": "Array of permission names to assign to the role", "items": { "type": "string" }, "type": "array" } }, "required": [ "display_name" ], "type": "object" }

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/lautarobarba/bookstack_mcp_server'

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