asc__status
Verify Apple credentials with a single request and report server config, JWT state, API rate limits, plus optional expiry and capability checks.
Instructions
Report server configuration, spec version, loaded domains, JWT token state and remaining API rate limit. Also verifies credentials against Apple with a single lightweight request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check_connection | No | Issue one real API call to verify credentials (default true). | |
| check_expirations | No | Also list signing certificates and provisioning profiles expiring within 30 days (two extra API calls; default false). | |
| check_capabilities | No | Also report what this API key can reach, by probing one cheap endpoint per role family (reports, metadata, reviews, user management, provisioning) and recording ok/forbidden/unauthorized per family — never the role name itself, which no endpoint returns. Up to five extra API calls, fewer when check_connection or check_expirations already covered part of it; default false. Call this once, before relying on a family, rather than discovering the gap from a 403 mid-task. |