get_mode
Retrieves detailed information about a specific mode within a tokenset.Tool Schema
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
tokenset_id | string | Yes | The ID of the tokenset containing the mode |
mode_id | string | Yes | The ID of the mode to retrieve |
Response
Example Usage in Claude
Get Mode Details
Check if Mode is Default
Common Use Cases
1. Mode Verification
2. Default Status Check
3. Mode Information
Error Handling
If the mode doesn’t exist, you’ll get an error response. Make sure bothtokenset_id and mode_id are valid.
Notes
- Use this tool when you need specific information about a mode
- The
is_defaultflag indicates if this mode is used when no specific mode is requested - Mode IDs are unique within a tokenset but can be similar across different tokensets
See Also
- list_modes - List all modes in a tokenset
- create_mode - Create a new mode
- update_mode - Update mode information
- list_tokens_by_mode - View tokens in this mode