Holaspirit MCP Server

get_role

Get details of a specific role

Input Schema

NameRequiredDescriptionDefault
organizationIdYes
roleIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "organizationId": { "type": "string" }, "roleId": { "type": "string" } }, "required": [ "organizationId", "roleId" ], "type": "object" }