N
Nausika
/nausika_get_place
Get Place
Fetch full detail for a single place given its 'id'. Accepts either a full UUID or the 8-char [xxxxxxxx] short-id shown by nausika_search_places. Returns canoni
liveunknown~5s typical
mcpnausika
$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-nausika-mcp /nausika_get_place for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Place id — full UUID or 8+ char hex prefix (the [xxxxxxxx] shown by nausika_search_places) |
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-nausika-mcp","endpoint":"/nausika_get_place","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-app-nausika-mcp -e /nausika_get_place -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-app-nausika-mcp", endpoint: "/nausika_get_place", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.