sms_verify

sms_verify

Claim a number as your own, so texts arriving from it reach this account. Call it with just the number to have a code texted there, then again with the code

Free. This one only touches this instance's own storage, so there is nothing to charge for.

Runs on SMS — Text somebody, and read what they text back.

Arguments

NameTypeWhat it is
number*stringYour own number, in international format
codestringThe code that was texted to that number. Omit to have one sent

Calling it

Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.

{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"number":"number"},"name":"sms_verify"}}

Try it in the playground.