users_list_current_user_guilds
users_list_current_user_guilds
Section titled “users_list_current_user_guilds”Category: users
List guilds the bot/user is a member of (/users/@me/guilds).
When to use
Section titled “When to use”- Discover all guilds the bot has joined.
When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
before | string | no | Pagination cursor: guilds with id < this |
after | string | no | Pagination cursor: guilds with id > this |
limit | integer | no | Max guilds (1-200, default 200) |
with_counts | boolean | no | Include approximate member/presence counts |
Returns
Section titled “Returns”\{guilds:[\{id, owner, permissions, features\}], count, untrusted_names\}. Each guild name wrapped untrusted.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
guilds | array | yes | |
count | integer | yes | |
untrusted_names | string | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |
Source
Section titled “Source”packages/mcp-core/src/tools/users/list_current_user_guilds.ts