A
agenttune
/get_test_spec
Get a personality test spec (administer inline)
Fetch a complete, self-contained test specification as Markdown: full item list, response scale, scoring algorithm, and the mapping from result to tuning slug.
liveverifiedunknown~5s typical
mcpprobedagenttune
$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-com-agent-tune-agenttune /get_test_spec for me.
Input
| Field | Type | Description |
|---|---|---|
| test* | string (mbti | enneagram | disc | attachment | big-five) | Which test instrument. |
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-com-agent-tune-agenttune","endpoint":"/get_test_spec","input":{"test":"mbti"}}'cli
npx cracked-ai run -p mcp-com-agent-tune-agenttune -e /get_test_spec -i '{"test":"mbti"}'mcp
run_tool({ provider: "mcp-com-agent-tune-agenttune", endpoint: "/get_test_spec", input: {"test":"mbti"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.