Skip to main content
Glama

Warm Night Fishing (暖夜垂钓)

Server Details

Free blind-play night-fishing game over MCP. Deterministic engine, zero LLM calls, save codes.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Every tool has a clearly distinct purpose: manual, new game, play, save info, and share card. No two tools overlap in functionality.

Naming Consistency5/5

All tools follow a consistent 'fishing_verb' pattern with snake_case (e.g., fishing_manual, fishing_new_game). Naming is predictable and clear.

Tool Count5/5

With 5 tools, the server is well-scoped for a fishing game. Each tool serves an essential function without unnecessary bloat.

Completeness4/5

Core gameplay is covered (play, reset, manual, save metadata, share). A minor gap is no explicit load game tool, but save info and play may suffice.

Available Tools

5 tools
fishing_manualInspect

玩法说明与全部指令列表(中文)。 / Game manual and full command list (Chinese).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

fishing_new_gameInspect

重开一局(会覆盖当前进度,必须传 confirm:true 确认)。 / Start over (overwrites progress; requires confirm:true).

ParametersJSON Schema
NameRequiredDescriptionDefault
seedNo可选:32 位整数种子(便于复现)。不填则随机取种。 / Optional 32-bit integer seed for reproducibility; random if omitted.
confirmYes必须显式为 true 才会重开(防误重开覆盖进度)。 / Must be explicitly true to start over (guards against accidental reset).
player_codeNo可选:要在哪个存档码上重开(形如 WNF-XXXX-XXXX-XXXX)。不填则发一个新码开新局。 / Optional save code to start over on; omit to get a fresh code and a new game.
fishing_playInspect

执行钓鱼指令,一切游戏操作走这里(如 cast 5、status、buy basic_worm 3;支持用 ; 叠加最多 8 条)。 / Run a fishing command; the main gameplay channel.

ParametersJSON Schema
NameRequiredDescriptionDefault
commandYes引擎指令,如 cast 5 / status / buy basic_worm 3;支持用 ; 叠加最多 8 条。 / A fishing command, e.g. 'cast 5'; up to 8 chained with ';'.
player_codeNo可选:你的存档码(形如 WNF-XXXX-XXXX-XXXX)。首次玩不填,服务器会发一个并在结果里告诉你,记下它下次续玩报回来即可;不填则每次都是新的临时局。 / Optional save code (e.g. WNF-XXXX-XXXX-XXXX). Omit on first play; the server issues one and returns it—keep it and pass it back next time to resume.

Output Schema

ParametersJSON Schema
NameRequiredDescription
textYes引擎原样输出文本 / Raw engine output text.
eventsYes轻量事件摘要(不含概率)。 / Lightweight event summaries (no probabilities).
player_codeYes本局对应的存档码(报码续档用;未用存档码模式时为 null)。 / Save code for this session (for resuming; null if not in save-code mode).
encyclopedia_countYes当前图鉴已收录种数(文本无进度时为 null)。 / Encyclopedia count so far (null if not present in text).
fishing_save_infoInspect

存档元信息(路径 / schema 版本 / 身份模式 / 进度摘要,不含游戏机密)。 / Save metadata (path, schema version, identity mode, progress); no game secrets.

ParametersJSON Schema
NameRequiredDescriptionDefault
player_codeNo你的存档码(形如 WNF-XXXX-XXXX-XXXX),用来查这个存档的信息。不填就先 fishing_play 玩一竿拿到码,再来查。 / Your save code (e.g. WNF-XXXX-XXXX-XXXX) to inspect this save; play once first if you don't have one.
fishing_share_cardInspect

生成可分享的图鉴 / 稀有时刻分享卡(kind: encyclopedia | moment);也可填 fish:<中文鱼名> 给某条已钓到、收录进图鉴的鱼单独出一张卡。 / Generate a shareable card (encyclopedia | moment); optionally name a caught fish to card it.

ParametersJSON Schema
NameRequiredDescriptionDefault
fishNo可选:给某条你已经钓到、收录进图鉴的鱼单独出一张卡,填它的中文名(如 鲫鱼);没钓到过或名字对不上就不出卡。 / Optional: name a fish you've already caught (Chinese name, e.g. 鲫鱼) to card that one fish; no card if it's uncaught or the name doesn't match.
kindYes卡片类型:encyclopedia(图鉴进度)或 moment(近期稀有时刻)。 / Card kind: 'encyclopedia' (dex progress) or 'moment' (recent rare moment).
player_codeNo你的存档码(形如 WNF-XXXX-XXXX-XXXX),用来给这个存档出分享卡。不填就先 fishing_play 玩一竿拿到码,再来出卡。 / Your save code (e.g. WNF-XXXX-XXXX-XXXX) to card this save; play once first if you don't have one.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources