House Duck
Server Details
Read-only public information about House Duck games and its Korean-first development Blog.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- chaddungnam/chaddungnam.github.io
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
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.
Tool Definition Quality
Average 3.9/5 across 3 of 3 tools scored.
Each tool serves a distinct purpose: listing posts, reading a single post, and retrieving studio information. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern: get_post, get_studio, and list_posts. The naming is predictable and uniform.
Three tools is an appropriate, focused set for a read-only information server about a studio and its blog. Each tool earns its place without redundancy.
For a read-only public info server, the surface covers listing posts, reading individual posts, and accessing studio details. No obvious gaps exist for the intended purpose.
Available Tools
3 toolsget_postRead a House Duck Blog postAInspect
Read the full public text of one House Duck development Blog post and receive its source link.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| locale | No | kr |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It transparently indicates this is a read operation ('Read') and that the content is 'public', suggesting no authentication or side effects. However, it does not disclose error behavior, rate limits, or access prerequisites.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single clear sentence with no unnecessary words. It front-loads the action and provides the key output ('source link').
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with only two parameters, but the description fails to cover the locale parameter and does not explicitly contrast with sibling tools. While it mentions the source link, the return format is not fully specified. The lack of an output schema increases the burden, leaving some gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has no descriptions (0% coverage), so the description must explain the parameters. It conveys that the tool targets 'one... post', implying the slug identifies the post, but it completely omits the locale parameter and its meaning, leaving ambiguity for a required decision.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Read' and identifies the resource as 'the full public text of one House Duck development Blog post', and states it returns a source link. This clearly distinguishes it from siblings list_posts and get_studio.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when you need the full text of a single post, but it does not explicitly mention when to use list_posts or get_studio instead. No exclusions or alternatives are stated, so guidance is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_studioHouse Duck studio and gamesAInspect
Get the public House Duck studio statement, current games, development status, and canonical links.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses that the data is public, which implies no authentication, and lists the specific scope. However, it does not explicitly mention absence of side effects, potential errors, or return type details, leaving some behavioral aspects unstated for a simple read operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that front-loads the action and resource, then lists specific content. Every word adds value, with no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter tool with no output schema, the description gives a reasonable overview of what to expect: statement, games, development status, and links. It lacks exact field names or format details, but the scope is clear enough for a simple GET.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the baseline is 4. The empty schema is fully covered, and the description appropriately focuses on the return content rather than parameter syntax, which is irrelevant here.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Get' and clearly identifies the resource as the public House Duck studio, listing the distinct content items (statement, current games, development status, canonical links). This differentiates it from sibling tools like get_post and list_posts, which are about blog posts.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is for studio-related information, while sibling tools are for posts, providing clear context without explicit exclusions. It would be stronger with an explicit 'use this instead of get_post/list_posts' note, but the content list makes the intended use obvious.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_postsList House Duck Blog postsAInspect
List recent public development Blog posts in Korean, English, German, or Japanese.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| locale | No | kr |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of transparency. It adds context about 'public', 'recent', and language support, which goes beyond a bare 'list posts'. However, it does not disclose any limitations (e.g., pagination, rate limits) or explicitly confirm a read-only nature, leaving some behavioral traits implicit.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that conveys purpose and key qualifiers without extraneous detail. Every word contributes meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple list tool with no output schema, the description adequately covers purpose, language options, and recency. However, it misses some contextual completeness such as what the response contains (e.g., list of posts with metadata) and lacks explicit guidance on limit usage, leaving minor gaps for an agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It maps the locale parameter to languages (Korean, English, German, Japanese) but provides no explanation for the limit parameter, leaving its meaning and constraints solely to the schema. The coverage is partial, not fully compensating for the lack of schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'List' with a clear resource ('recent public development Blog posts') and specifies available locales (Korean, English, German, Japanese). This clearly differentiates from sibling tools like get_post (single post) and get_studio (studio details).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context by indicating the tool lists recent public development posts, implying use when a list of such posts is needed. However, it does not explicitly state when not to use it or mention alternatives such as get_post for a single post, so it lacks explicit exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Flicense-qualityBmaintenanceRead-only MCP server that serves curated daily Korean AI briefings (papers, releases, community, video, deepdive) via 7 tools, with no LLM calls per request.
- FlicenseAqualityBmaintenanceProvides read-only MCP tools to search and retrieve articles from the AI Architect Korean tech blog, covering topics like MCP, AI agents, and enterprise architecture.5

dartpoint-mcpofficial
Alicense-qualityFmaintenanceMCP Server for public disclosure information of Korean companies, powered by the dartpoint.ai API.3Apache 2.0- Flicense-qualityCmaintenanceSearch and read Kakao Developers REST API documentation through the MCP protocol.