describe_mnemon_types — argo mcp MCP Tool Read-only
describe_mnemon_types
(describe mnemon types) 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 describe_mnemon_types from your client
- Claude Code argo mcp describe_mnemon_types run in your project directory
- Claude Desktop argo mcp describe_mnemon_types ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor argo mcp describe_mnemon_types ~/.cursor/mcp.json
- VS Code argo mcp describe_mnemon_types .vscode/mcp.json
- Zed argo mcp describe_mnemon_types ~/.config/zed/settings.json
- Windsurf argo mcp describe_mnemon_types ~/.codeium/windsurf/mcp_config.json
- Cline argo mcp describe_mnemon_types ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI argo mcp describe_mnemon_types ~/.gemini/settings.json
- Grok argo mcp describe_mnemon_types .mcp.json (in your project root)
- ChatGPT argo mcp describe_mnemon_types Settings → Connectors → Advanced → Developer mode
- Claude.ai argo mcp describe_mnemon_types Settings → Connectors → Add custom connector
- LangChain argo mcp describe_mnemon_types 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
- 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
- list_guilds
- 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.