Skip to main content

get_mode

Retrieves detailed information about a specific mode within a tokenset.

Tool Schema

Parameters

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 both tokenset_id and mode_id are valid.

Notes

  • Use this tool when you need specific information about a mode
  • The is_default flag 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