list_guilds — argo mcp MCP Tool Read-only
list_guilds
(list guilds) is one of 62 tools on the
argo mcp
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call list_guilds from your client
- Claude Code argo mcp list_guilds run in your project directory
- Claude Desktop argo mcp list_guilds ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor argo mcp list_guilds ~/.cursor/mcp.json
- VS Code argo mcp list_guilds .vscode/mcp.json
- Zed argo mcp list_guilds ~/.config/zed/settings.json
- Windsurf argo mcp list_guilds ~/.codeium/windsurf/mcp_config.json
- Cline argo mcp list_guilds ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI argo mcp list_guilds ~/.gemini/settings.json
- Grok argo mcp list_guilds .mcp.json (in your project root)
- ChatGPT argo mcp list_guilds Settings → Connectors → Advanced → Developer mode
- Claude.ai argo mcp list_guilds Settings → Connectors → Add custom connector
- LangChain argo mcp list_guilds pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http argo-mcp https://mcp.argo.games/mcp
Other tools on this server
- list_campaigns
- get_campaign
- create_campaign
- update_campaign
- list_co_gms
- add_co_gm
- remove_co_gm
- describe_mnemon_types
- list_mnemons
- search_mnemons
- get_mnemon
- list_mnemon_relationships
- create_npc_mnemons
- create_location_mnemons
- create_quest_mnemons
- create_lore_mnemons
- create_archive_mnemons
- create_journal_mnemons
- create_session_summary_mnemons
- create_player_mnemons
- create_custom_mnemons
- update_npc_mnemons
- update_location_mnemons
- update_quest_mnemons
- update_lore_mnemons
- update_archive_mnemons
- update_journal_mnemons
- update_session_summary_mnemons
- update_player_mnemons
- update_custom_mnemons
- update_mnemons_content
- create_mnemon_relationship
- delete_mnemon_relationship
- delete_mnemon
- create_session
- list_sessions
- get_session
- update_session
- get_guild
- list_guild_members
- add_campaign_to_guild
- invite_guild_member
- remove_guild_member
- set_guild_member_role
- add_guild_calendar_event
- list_friends
- list_sent_friend_requests
- list_received_friend_requests
- send_friend_request
- accept_friend_request
- reject_friend_request
- cancel_friend_request
- forum_list_categories
- forum_list_topics
- forum_get_latest_topics
- forum_read_topic
- forum_search
- forum_get_user_posts
- forum_get_notifications
- forum_create_topic
- forum_reply
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.