WorkOS
feature_flags.get
Get the details of an existing feature flag by its slug.
Remote workos
Other tools also called feature_flags.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "A unique key to reference the Feature Flag."
}
}
}