N
Nausika
/nausika_manage_rating
Manage Rating
Rate a place (1-5 stars) with an optional private comment. One rating per user per place. Examples: - Rate: action="upsert", place_id="a1b2c3d4", score=4, co
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_manage_rating for me.
Input
| Field | Type | Description |
|---|---|---|
| action* | string (upsert | delete) | Create/update or delete your rating |
| place_id* | string | Place id — full UUID or 8+ char hex prefix from nausika_search_places ([xxxxxxxx]) |
| score | integer | Rating 1-5 (required for upsert) |
| comment | string | Private comment (only visible to you) |
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_manage_rating","input":{"action":"upsert","place_id":"..."}}'cli
npx cracked-ai run -p mcp-app-nausika-mcp -e /nausika_manage_rating -i '{"action":"upsert","place_id":"..."}'mcp
run_tool({ provider: "mcp-app-nausika-mcp", endpoint: "/nausika_manage_rating", input: {"action":"upsert","place_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.