AI & ML8 toolsPaste one API key
LMNT integration for AI agents
Generate speech and voice from text using LMNT API
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect LMNT once and call the same tools from all of them.
Setup
Connect lmnt through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
LMNT exposes 8 tools through ClawLink. The 7 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
lmnt_create_voice | Creates a custom voice in LMNT by training on uploaded audio samples. The voice can then be used for text-to-speech synthesis. Returns the voice ID and metadata upon successful creation. | Write |
lmnt_generate_speech_with_metadata | Generates speech from text and returns JSON with base64-encoded audio and optional word-level timing metadata. Use when you need the synthesis seed or word timestamps for subtitle synchronization. | Read |
lmnt_get_account | Retrieves account information including subscription plan details and current usage statistics. | Read |
lmnt_get_voice_info | Gets metadata for a specific LMNT voice, including active status, supported languages, and plan availability. Useful for validating a voice ID before using it in synthesis requests. | Read |
lmnt_get_voices_list | Retrieves a list of available voices from LMNT. Returns both system-provided preset voices and any custom voices you have created. | Read |
lmnt_synthesize_speech | Synthesizes speech from text using LMNT's AI voices. Converts text (up to 5000 characters) into natural-sounding speech audio using a specified voice. | Read |
lmnt_update_voice | Updates information about a specific voice in LMNT. You can update the name, description, gender, starred status, and unfreeze state of a voice. | Write |