Cut Demo
cut_demoCut a time range from an open demo into a new .dm_91 file. Use seek_demo or seek_thresholds first to find interesting moments, then cut_demo to extract them. Returns the output path and metadata about the cut.
When to Use
Use this tool when you need to cut a time range from an open demo into a new .dm_91 file. use seek_demo or seek_thresholds first to find interesting moments, then cut_demo to extract them. returns the output path and metadata about the cut.. This is part of the Mcps provider on xpay✦.
MCP Connection
Connect to xpay✦ to access this tool (and 87+ others):
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}
For Claude Code:
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
How to Execute
Use the xpay✦ meta-tools to run this tool:
xpay_details— Get full input schema:xpay_details("quakelive/cut_demo")xpay_run— Execute:xpay_run("quakelive/cut_demo", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
output_filename | string,null | No | Output filename (written to DEMO_PATH). Auto-generated if omitted. |
session_id | string | Yes | Analysis session ID from open_demo |
padding_ms | integer,null | No | Padding in ms added before start and after end (e.g. 2000 to add 2s of context). |
start_time_ms | integer,null | No | Start time in server milliseconds (inclusive). Omit to start from beginning. |
end_time_ms | integer,null | No | End time in server milliseconds (inclusive). Omit to go to end. |
Pricing
- Cost: $0.02/call
- Balance check: Use
xpay_balanceto check remaining credits - Get your API key at xpay.tools — $5 free credits included
Related Skills
- Mcps (all tools) — 88 tools
- Add Player — $0.00/call
- Add Raw Snapshot — $0.00/call
- Add Server Command — $0.00/call
- Analyze Demo — $0.02/call
- Award Medal — $0.02/call
Links
- Tool page: https://xpay.tools/quakelive/cut-demo/
- Provider: https://xpay.tools/quakelive/
- All tools: https://xpay.tools/explore
How to Execute
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
output_filename | stringnull | No | Output filename (written to DEMO_PATH). Auto-generated if omitted. |
session_id | string | Yes | Analysis session ID from open_demo |
padding_ms | integernull | No | Padding in ms added before start and after end (e.g. 2000 to add 2s of context). |
start_time_ms | integernull | No | Start time in server milliseconds (inclusive). Omit to start from beginning. |
end_time_ms | integernull | No | End time in server milliseconds (inclusive). Omit to go to end. |
Install Skill
Pricing
Cost
$0.02/call
Model
Flat rate
Provider
Mcps

