Skip to main content
Glama
dynmie

foolfuuka-mcp-server

by dynmie

get_thread

Retrieve a complete thread including all replies from a 4chan archive by providing the board and thread OP post number. Optionally fetch only newer posts using a document ID or limit the number of replies.

Instructions

Retrieve all posts in a thread from a 4chan archive. Parameters: board (shortname), num (thread OP post number), latest_doc_id (incremental fetch, returns only newer posts), last_limit (max posts to return, default 100, pass 0 for all). Returns formatted thread with OP and replies including author, timestamp, subject, content, and media attachments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numYesThread OP post number
boardYesBoard shortname, e.g. "a"
last_limitNoOnly return the last N posts. Default 100. Pass 0 for all.
latest_doc_idNoFor incremental fetch; returns only posts after this internal doc_id
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses key behaviors: returns OP and replies with fields, supports incremental fetch, and last_limit behavior. However, it omits potential traits like rate limits or authentication, which are not critical for this read-only tool.

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 sentences effectively cover purpose, parameters, and return format with no redundancy or irrelevant details. Every word adds value.

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

Completeness5/5

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

Given the tool's complexity (4 params, no output schema), the description fully explains what the tool does, its parameters, and the return structure, making it self-sufficient for an agent to invoke correctly.

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

Parameters4/5

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

Schema coverage is 100%, providing baseline clarity. The description adds extra context (e.g., 'incremental fetch, returns only newer posts') that goes beyond schema descriptions, enhancing understanding.

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?

The description explicitly states 'Retrieve all posts in a thread from a 4chan archive' with specific parameters and return format, clearly distinguishing it from sibling tools like search_archive, get_post, and list_boards.

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?

The description explains each parameter's purpose and usage (e.g., incremental fetch, last_limit default), but does not explicitly state when to use this tool versus alternatives. However, the purpose is clear enough for an agent to infer.

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/dynmie/foolfuuka-mcp-server'

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