list_context_authors
List distinct context authors/roles for a project to avoid duplicate contexts from naming variations and check if your author context already exists, including identity and allowed roles.
Instructions
List the distinct context authors/roles that have saved session state for a project. Use this to avoid creating duplicate contexts from naming variations and to check whether your own author's context already exists. Each entry carries an 'identity' object (or null) joined from the cross-project identity record (see upsert_identity), so callers see allowed_roles without a second lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Optional user filter (omit for all users on the project) | |
| project | Yes | Project ID to inspect |