Parameters
Response
Examples
Related
merge_requests— passreviewerIdswith user IDs from this toolsections— pass user IDs in<moxn:comment-new mentions="...">for comment mentions
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Search workspace members by name or email
| Parameter | Type | Required | Description |
|---|---|---|---|
action | "search" | Yes | Currently only search is supported |
query | string | Yes | Search query — matches against name or email |
limit | integer | No | Max results (default: 20, max: 50) |
[
{
"userId": "user_2abc123",
"displayName": "Alice Johnson",
"email": "alice@example.com",
"imageUrl": "https://..."
}
]
"Find Alice's user ID so I can add her as a reviewer"
→ members({action: "search", query: "alice"})
"Search for users at example.com"
→ members({action: "search", query: "example.com"})
merge_requests — pass reviewerIds with user IDs from this toolsections — pass user IDs in <moxn:comment-new mentions="..."> for comment mentions