List Mapbox Tokens Tool
list_tokens_toolRetrieve your Mapbox access tokens with optional filtering and pagination to manage API credentials.
Instructions
List Mapbox access tokens for the authenticated user with optional filtering and pagination. Returns metadata for all tokens (public and secret), but the actual token value is only included for public tokens (secret token values are omitted for security). When using pagination, the "start" parameter must be obtained from the "next_start" field of the previous response (it is not a token ID)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of tokens to return (1-100) | |
| start | No | Token ID to start pagination from | |
| usage | No | Filter by token type: pk (public) | |
| sortby | No | Sort tokens by created or modified timestamp | |
| default | No | Filter to show only the default public token |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Total number of tokens returned | |
| tokens | Yes | ||
| next_start | No | Pagination token for next page |