M
mcp
/add_education
add education
Add an education entry to your Himalayas profile. Requires authentication.
liveverifiedunknown~5s typical
mcpprobedmcp
$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-app-himalayas-mcp /add_education for me.
Input
| Field | Type | Description |
|---|---|---|
| school* | string | School or institution name |
| degree | string | Degree (e.g., 'Bachelor of Science') |
| field | string | Field of study (e.g., 'Computer Science') |
| start_year | number | Start year |
| end_year | number | End year (omit if currently enrolled) |
| description | string | Description or achievements |
| current | boolean | Whether you are currently enrolled |
| grade | string | Grade or GPA |
| activities | string | Activities and societies |
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-app-himalayas-mcp","endpoint":"/add_education","input":{"school":"..."}}'cli
npx cracked-ai run -p mcp-app-himalayas-mcp -e /add_education -i '{"school":"..."}'mcp
run_tool({ provider: "mcp-app-himalayas-mcp", endpoint: "/add_education", input: {"school":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.