agenttune
A
agenttune
/get_tuning

Get a tuning file (paste-ready Markdown)

Fetch one tuning file as Markdown with YAML front-matter. The front-matter is machine-readable install metadata (install.surfaces = where to write it per agent

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_tuning for me.

Input

FieldTypeDescription
system*string (mbti | enneagram | disc | attachment | ocean)Personality system.
slug*stringType slug, lowercase. mbti: 4-letter code (intj). enneagram: N-name (5-investigator). disc

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_tuning","input":{"system":"mbti","slug":"..."}}'
cli
npx cracked-ai run -p mcp-com-agent-tune-agenttune -e /get_tuning -i '{"system":"mbti","slug":"..."}'
mcp
run_tool({ provider: "mcp-com-agent-tune-agenttune", endpoint: "/get_tuning", input: {"system":"mbti","slug":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.