gitea_status
Report credential state including candidates, sources, auth schemes, and per-scheme outcomes. Use when receiving 401/403 to diagnose rejected schemes and identify the active credential candidate.
Instructions
Report the resolved credential state: every discovered credential candidate, its source (gitea-config / env / credential-store), the auth schemes that will be tried, and per-scheme outcome (pending / active / exhausted with redacted last error). Secrets are NEVER returned — only a secretPresent boolean and a masked username (firstChar***). Use this when a tool returns 401/403 to see which schemes were rejected and which candidate (if any) is currently active. Takes no input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||