list_oauth_clients
Audit your OAuth clients: see who can access the API and with what scopes. No secrets; returns active status and IP allowlists to help spot forgotten credentials before you trust a client.
Instructions
List the organization's API clients — who can reach this API and how.
This is the audit tool Skilljar's own MCP server does not provide: it can create
a client but cannot show you what exists. Use this to find credentials nobody
remembers issuing, or to check what a client is scoped to before trusting it.
Each row carries `is_active`, `scope_codenames` and `ip_allowlist`. NO SECRETS
are returned — a client secret exists only in the response that created or
rotated it, and there is no endpoint that reads it back.
Not paginated: the client list is a small bounded set.
Requires the `clients:read` OAuth scope, and the `admin` capability profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| clients | Yes |