← argo.games

INDIVIDUAL MCP TOOL

update_session

Reschedule a campaign session or edit its title/description.

argo.gamesnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.argo.games/mcp

No auth detected

Connect to this endpoint to inspect the live schema for update_session and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

argo.games

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.argo-mcp]
url = "https://mcp.argo.games/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "argo-mcp": {
      "type": "http",
      "url": "https://mcp.argo.games/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: argo-mcp
Remote MCP URL: https://mcp.argo.games/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "argo-mcp": {
      "url": "https://mcp.argo.games/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "argo-mcp": {
      "type": "http",
      "url": "https://mcp.argo.games/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "argo-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.argo.games/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_campaigns — List all Argo campaigns the current grant token has access to, including the access level ("read" or "read+write") for each.
  • get_campaign — Retrieve details of an Argo campaign (name, description, rule system, co-GMs).
  • create_campaign — Create a new Argo campaign.
  • update_campaign — Update a campaign's display name and/or description.
  • list_co_gms — List the assistant GMs (co-GMs) of a campaign.
  • add_co_gm — Send a user an assistant GM (co-GM) offer for a campaign.
  • remove_co_gm — Remove a co-GM from a campaign.
  • describe_mnemon_types — Returns a catalog of all mnemon types, their type-specific fields, and the full valid relationship matrix (sourceType → label → targetType).