action contribly_get_scopes { label: "Scopes" description: "List available token scopes" provider: contribly method: GET path: "/scopes" encoding: json output: { type: "array" items: { type: "string" } } }