M
mcp
/add_experience
add experience
Add a work experience 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_experience for me.
Input
| Field | Type | Description |
|---|---|---|
| title* | string | Job title |
| company_name* | string | Company name |
| employment_type* | string (Full Time | Part Time | Self Employed | Freelance | Contractor | Temporary) | Employment type |
| description* | string | Description of your role and responsibilities |
| location | string | Country name for this role (e.g. 'United States', 'Germany'). Cities are not accepted. |
| start_date | string | Start date (YYYY-MM-DD format) |
| end_date | string | End date (YYYY-MM-DD format, omit for current role) |
| current_job | boolean | Whether this is your current job |
| experience_skill_list | string | Comma-separated skills used in this role |
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_experience","input":{"title":"...","company_name":"...","employment_type":"Full Time","description":"..."}}'cli
npx cracked-ai run -p mcp-app-himalayas-mcp -e /add_experience -i '{"title":"...","company_name":"...","employment_type":"Full Time","description":"..."}'mcp
run_tool({ provider: "mcp-app-himalayas-mcp", endpoint: "/add_experience", input: {"title":"...","company_name":"...","employment_type":"Full Time","description":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.