xpay tools logo
  • Tools
  • Collections
  • Skills
  • Docs
  • xpay.sh
Tool Skill
M

Seek Thresholds

seek_thresholds

Find milestone moments where cumulative stats cross thresholds. Unlike seek_demo (which finds individual events like kills or chats), this tool tracks running totals across the entire demo and emits the frame where a threshold is first crossed. Use seek_demo to find a specific event ('rail kill on Dloobiq'). Use seek_thresholds to find a milestone ('10th kill', '1000 damage dealt', '5-killstreak'). Cumulative thresholds (emit once when first crossed): total_kills_ge, total_deaths_ge, total_damage_dealt_ge, total_damage_received_ge, total_headshots_ge, killstreak_ge (current kills without dying). Per-opponent: damage_dealt_to_player_ge + opponent_name, kills_on_player_ge + opponent_name. Instantaneous thresholds (emit every matching frame): health_le (low-health moments), health_ge (overhealth), armor_ge. Multiple thresholds combine with AND. Returns same FrameState as seek_demo with match_reason explaining which threshold was crossed and the current value.

$0.02/call
Flat rate
Mcps
Raw SKILL.mdTool Page

When to Use

Use this tool when you need to find milestone moments where cumulative stats cross thresholds. unlike seek_demo (which finds individual events like kills or chats), this tool tracks running totals across the entire demo and emits the frame where a threshold is first crossed. use seek_demo to find a specific event ('rail kill on dloobiq'). use seek_thresholds to find a milestone ('10th kill', '1000 damage dealt', '5-killstreak'). cumulative thresholds (emit once when first crossed): total_kills_ge, total_deaths_ge, total_damage_dealt_ge, total_damage_received_ge, total_headshots_ge, killstreak_ge (current kills without dying). per-opponent: damage_dealt_to_player_ge + opponent_name, kills_on_player_ge + opponent_name. instantaneous thresholds (emit every matching frame): health_le (low-health moments), health_ge (overhealth), armor_ge. multiple thresholds combine with and. returns same framestate as seek_demo with match_reason explaining which threshold was crossed and the current value.. 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:

  1. xpay_details — Get full input schema: xpay_details("quakelive/seek_thresholds")
  2. xpay_run — Execute: xpay_run("quakelive/seek_thresholds", { ...inputs })

Input Parameters

ParameterTypeRequiredDescription
health_leinteger,nullNoEmit frames where POV health ≤ this value (low-health moments)
offsetinteger,nullNoNumber of results to skip (pagination)
killstreak_geinteger,nullNoEmit when current killstreak (kills without dying) ≥ this value
session_idstringYesAnalysis session ID from open_demo
total_headshots_geinteger,nullNoEmit when POV headshot count ≥ this value
total_deaths_geinteger,nullNoEmit when POV death count ≥ this value
armor_geinteger,nullNoEmit frames where POV armor ≥ this value
total_kills_geinteger,nullNoEmit when POV kill count ≥ this value
opponent_namestring,nullNoPlayer name for per-opponent thresholds (substring, case-insensitive)
damage_dealt_to_player_geinteger,nullNoEmit when damage dealt to opponent_name ≥ this value
limitinteger,nullNoMaximum number of results (default 20)
time_to_msinteger,nullNoOnly match frames at or before this server time (ms)
total_damage_received_geinteger,nullNoEmit when total damage received by POV ≥ this value
time_from_msinteger,nullNoOnly match frames at or after this server time (ms)
health_geinteger,nullNoEmit frames where POV health ≥ this value (overhealth)
kills_on_player_geinteger,nullNoEmit when kills on opponent_name ≥ this value
total_damage_dealt_geinteger,nullNoEmit when total damage dealt by POV ≥ this value

Pricing

  • Cost: $0.02/call
  • Balance check: Use xpay_balance to 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/seek-thresholds/
  • Provider: https://xpay.tools/quakelive/
  • All tools: https://xpay.tools/explore
How to Execute
// 1. Get full schema
xpay_details("quakelive/seek_thresholds")
// 2. Execute
xpay_run("quakelive/seek_thresholds", { ...inputs })
Input Parameters
ParameterTypeRequiredDescription

health_le

integernullNo

Emit frames where POV health ≤ this value (low-health moments)

offset

integernullNo

Number of results to skip (pagination)

killstreak_ge

integernullNo

Emit when current killstreak (kills without dying) ≥ this value

session_id

string
Yes

Analysis session ID from open_demo

total_headshots_ge

integernullNo

Emit when POV headshot count ≥ this value

total_deaths_ge

integernullNo

Emit when POV death count ≥ this value

armor_ge

integernullNo

Emit frames where POV armor ≥ this value

total_kills_ge

integernullNo

Emit when POV kill count ≥ this value

opponent_name

stringnullNo

Player name for per-opponent thresholds (substring, case-insensitive)

damage_dealt_to_player_ge

integernullNo

Emit when damage dealt to opponent_name ≥ this value

limit

integernullNo

Maximum number of results (default 20)

time_to_ms

integernullNo

Only match frames at or before this server time (ms)

total_damage_received_ge

integernullNo

Emit when total damage received by POV ≥ this value

time_from_ms

integernullNo

Only match frames at or after this server time (ms)

health_ge

integernullNo

Emit frames where POV health ≥ this value (overhealth)

kills_on_player_ge

integernullNo

Emit when kills on opponent_name ≥ this value

total_damage_dealt_ge

integernullNo

Emit when total damage dealt by POV ≥ this value

Related Tools from Mcps
Add Player — $0.00Add Raw Snapshot — $0.00Add Server Command — $0.00Analyze Demo — $0.02Award Medal — $0.02Check Pvs — $0.02Classify Player Roles — $0.02Close Demo — $0.02
Install Skill
Claude Code
claude /install-skill https://xpay.tools/skills/quakelive/seek-thresholds/SKILL.md
CLI
npx @xpaysh/cli install quakelive/seek-thresholds
Manual
curl -o SKILL.md https://xpay.tools/skills/quakelive/seek-thresholds/SKILL.md
Pricing

Cost

$0.02/call

Model

Flat rate

Provider

Mcps

xpay tools logo

Marketplace for AI Capabilities. Run agents, tools & prompts with pay-per-use micropayments.

or ask your AI app
Popular Tools
FirecrawlTavilyExaHunterPerplexityRecraftIdeogramFlux
Collections
AI Image & MediaContent & ResearchDev ToolsFinanceLead GenWeb ScrapingCompetitive Intel
Developers
DocumentationAPI ReferenceQuickstartSDKsSkillsskill.mdllms.txt
Resources
The Agentic EconomyAgentic CommerceAgent Frameworksx402 ProtocolBlog
Company
About xpayxpay.shGitHubDiscordTwitter / X

© 2026 Agentically Inc. All rights reserved.
Privacy PolicyTerms of Service