mcp-turtle-noir
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TURTLE_NOIR_API_KEY | No | Optional Bearer token for API authentication | |
| TURTLE_NOIR_API_BASE_URL | No | The base URL for the Turtle Noir API | https://turtlenoir.com/api/mcp |
| TURTLE_NOIR_API_TIMEOUT_MS | No | Timeout in milliseconds for API requests | 10000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| start_sessionC | Start a new Turtle Soup session. Detect user language and pass language (zh-CN/en-US/ja-JP). Optional: region, difficulty, keyword. |
| ask_questionB | Ask a question for the active session. Detect user language and pass language (zh-CN/en-US/ja-JP). |
| give_up_and_revealA | Give up the current session and reveal the full story. Detect user language and pass language (zh-CN/en-US/ja-JP). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: starting a session, asking a question, and revealing the story. No overlap or ambiguity.
All tool names follow a consistent snake_case verb_noun pattern: start_session, ask_question, give_up_and_reveal. No deviations.
Three tools are appropriate for the simple session lifecycle of a Turtle Soup game. Not too few or too many.
Covers the main actions (start, ask, reveal). Minor gap: no explicit non-reveal end or session list, but sufficient for core gameplay.