Skip to main content
Glama

MCP Server for Coroot

create_or_update_role

Define or modify user roles with specific permissions to enable fine-grained access control within the MCP Server for Coroot observability platform.

Instructions

Create or update a user role (admin only).

Defines custom roles with specific permissions for fine-grained access control.

Args: name: Role name permissions: List of permission strings description: Optional role description

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameYes
permissionsYes

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "name": { "title": "Name", "type": "string" }, "permissions": { "items": { "type": "string" }, "title": "Permissions", "type": "array" } }, "required": [ "name", "permissions" ], "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/jamesbrink/mcp-coroot'

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