Skip to main content
Glama

BookStack MCP Server

by lautarobarba

update_role

Modify an existing role's details such as display name, description, external authentication ID, and permissions in BookStack.

Instructions

Update an existing role

Input Schema

NameRequiredDescriptionDefault
descriptionNoRole description
display_nameNoDisplay name for the role
external_auth_idNoExternal authentication ID
idYesRole ID
permissionsNoArray of permission names to assign to the role (replaces existing)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Role description", "type": "string" }, "display_name": { "description": "Display name for the role", "type": "string" }, "external_auth_id": { "description": "External authentication ID", "type": "string" }, "id": { "description": "Role ID", "type": "number" }, "permissions": { "description": "Array of permission names to assign to the role (replaces existing)", "items": { "type": "string" }, "type": "array" } }, "required": [ "id" ], "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