Check the Depot token and its visible scope
depot_whoamiVerify your Depot token's access by listing organizations and projects it can see. Diagnose empty results or permission errors before using other Depot tools.
Instructions
Verify the configured Depot token and report which organizations and projects it can actually see.
Call this first whenever another Depot tool returns an empty list or a permission error. Depot's most common confusing failure is a token that spans several organizations with none selected: requests then resolve against the wrong organization and return empty results rather than an error. This tool says plainly whether that is happening and what to set.
Also reports whether write tools are enabled. This version of the server ships no mutating tools at all, so the answer is always that nothing can be modified.
Never returns the token or any part of it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiUrl | Yes | ||
| failures | Yes | ||
| projects | Yes | ||
| warnings | Yes | ||
| activeOrgId | No | ||
| tokenSource | Yes | ||
| orgSelection | Yes | ||
| projectCount | No | ||
| organizations | Yes | ||
| writesEnabled | Yes | ||
| mutatingToolsAvailable | Yes |