get_all_translation_keys_v2
Fetch all translation keys from your SimpleLocalize project at once, with optional filtering by ID. Use it to obtain translation key IDs for updates.
Instructions
This tool will return all translation keys (id, key and namespace only, no metadata) in your SimpleLocalize project.
No pagination required, all keys are returned at once.
Optionally filter by 'id'.
Use this when you need translation key IDs (e.g. to use with update_translation_key_by_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Filter by translation key ID (optional). |