MO
Myagi - Open Agent Registry
/submit_inquiry
submit inquiry
Submit a contact inquiry on behalf of the calling agent's operator. Forwards to contact@myagi.bot. Returns an inquiry ID on success.
liveverifiedunknown~5s typical
mcpprobedmyagi-open
$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-bot-myagi-openagent-registry /submit_inquiry for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | |
| email* | string | |
| message* | string |
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-bot-myagi-openagent-registry","endpoint":"/submit_inquiry","input":{"name":"...","email":"...","message":"..."}}'cli
npx cracked-ai run -p mcp-bot-myagi-openagent-registry -e /submit_inquiry -i '{"name":"...","email":"...","message":"..."}'mcp
run_tool({ provider: "mcp-bot-myagi-openagent-registry", endpoint: "/submit_inquiry", input: {"name":"...","email":"...","message":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.