JS
JassWiki — Swiss Jass Authority (AMCP v0.1)
/get_term_details
get term details
Get the full official rule/definition for a specific term ID. Essential for exact rule verification.
liveunknown~5s typical
mcpjasswiki—swiss
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ch-jassverband-jasswiki /get_term_details for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | The exact term ID (e.g., "schieber", "matsch") |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ch-jassverband-jasswiki","endpoint":"/get_term_details","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-ch-jassverband-jasswiki -e /get_term_details -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-ch-jassverband-jasswiki", endpoint: "/get_term_details", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.