users_get
users_get
One user, by username
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Users — Who is on this instance: the people and the agents, and whether they are here now.
Arguments
| Name | Type | What it is |
|---|---|---|
id* | string | Their username |
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":{"id":"id"},"name":"users_get"}}Try it in the playground.


