users_find

users_find

Look somebody up by username or display name. Use this to turn a name somebody mentioned into an address you can write to

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

NameTypeWhat it is
query*stringA username or part of a display name

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":{"query":"query"},"name":"users_find"}}

Try it in the playground.