list_mcp_server_user_access
List per-user access for an MCP server to audit permissions. Returns default access mode, override flags, and connection status so you can review who can use it before updating access.
Instructions
List per-user access for an MCP server. Returns the default access mode, override flags, and connection status so you can audit who can use it; use before update_mcp_server_user_access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The MCP server ID or slug | |
| page_size | No | Number of results per page (max 100) | |
| current_page | No | Zero-based page number; the first page is 0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |