meta_request_permissions
Lists all scopes the server can request, grouped by category. Shows currently granted scopes and recommended defaults (reads granted, writes denied) to enable user consent.
Instructions
List every scope the server can request, grouped by category.
Returns: the full manifest, which scopes are currently granted,
the server's recommended defaults (reads = yes, writes = no),
and a human-readable message to show the user. Call
meta_grant_permissions next with the scopes the user approves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | ||
| peo_id | Yes | ||
| consent_file | Yes | ||
| granted | Yes | ||
| total_scopes | Yes | ||
| granted_count | Yes | ||
| categories | Yes | ||
| recommended_defaults | Yes | ||
| user_message | Yes | Guidance to show the end user when surfacing this manifest. Enumerates categories and invites them to call meta_grant_permissions. |