WorkOS
authorization.roles.get
Get an environment role by its slug.
Remote workos
Other tools also called authorization.roles.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The slug of the environment role."
}
}
}