Holaspirit MCP Server

get_role

Retrieve detailed information about a specific role within an organization by providing the role ID and organization ID, essential for managing roles effectively.

Instructions

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" }

You must be authenticated.

Other Tools from Holaspirit MCP Server

Related Tools

ID: 7tn35lri9w