At https://platform.trylath.com/mcp
The server speaks the Model Context Protocol over HTTP. tools/list returns every operation; tools/call runs one.
Tool names are the operation with dots replaced by underscores, because MCP names allow [A-Za-z0-9_-] only — sms.send is sms_send, developers.key.create is developers_key_create.
An agent does not need to be told what exists. It reads the tool list, gets each schema, and calls — which is why the copy-paste prompt names operations rather than URLs.
A tools/call, exactly as the live server accepts it.
Last modified on September 13, 2026