Skip to main content
Glama
mKlus

hotcopper-mcp

by mKlus

get_thread

Retrieve posts from a HotCopper thread using a URL or thread path, with optional page number and limit.

Instructions

Read posts from a HotCopper thread. Pass a full URL or path like /threads/subject.12345/ or .../page-3.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoOptional page number if not in URL
limitNo
thread_urlYesThread URL or path, e.g. https://hotcopper.com.au/threads/foo.12345/
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided. Description states 'Read' implying read-only, but fails to disclose pagination behavior, error handling, authentication needs, or rate limits. The 'page' and 'limit' parameters suggest pagination but are not explained.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences with a clear action and example. No wasted words, front-loaded with the purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequately explains what the tool does and how to provide the thread URL. However, missing details on pagination defaults, response format, and error scenarios. Without output schema, more behavioral context would help.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 67%. Description repeats thread_url concept but does not elaborate on 'page' or 'limit' parameters. No added context for their usage beyond what schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'Read posts from a HotCopper thread', specifies the verb and resource. Provides URL examples, distinguishing from siblings like 'latest_posts' or 'stock_threads' by focusing on a single thread.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies usage for retrieving a specific thread's posts but lacks explicit when-to-use vs alternatives like 'latest_posts' or 'search'. The description gives input format guidance but no exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mKlus/hotcopper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server