WorkOS
authorization.permissions.get
Retrieve a permission by its unique slug.
Remote workos
Other tools also called authorization.permissions.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "A unique key to reference the permission. Must be lowercase and contain only letters, numbers, hyphens, underscores, colons, periods, and asterisks."
}
}
}