N
Nausika
/nausika_describe_place_schema
Describe Place Schema
Returns the expected attributes for a given place 'type' (the only input parameter: marina, port, bay, fuel_station, city, island, etc.). Useful to understand w
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_describe_place_schema for me.
Input
| Field | Type | Description |
|---|---|---|
| type* | string | Place type to describe. See nausika_describe_place_schema response 'Valid place types' for |
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_describe_place_schema","input":{"type":"..."}}'cli
npx cracked-ai run -p mcp-app-nausika-mcp -e /nausika_describe_place_schema -i '{"type":"..."}'mcp
run_tool({ provider: "mcp-app-nausika-mcp", endpoint: "/nausika_describe_place_schema", input: {"type":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.