> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set persona scopes

> Set which tools a persona is allowed to use.

{/* Tool: set_persona_scopes */}

## Parameters

<ParamField path="persona_id" type="string" required={true}>
  Identifier of the persona to update.
</ParamField>

<ParamField path="scopes" type="string[]" required={true}>
  List of scope names or a single preset alias.
</ParamField>
