Skip to main content
Glama
johnkeller101

Tapatalk MCP Server

tapatalk_get_participated_topics

Read-only

Retrieve topics created or replied to by the authenticated user from Tapatalk forums. Supports pagination for browsing large lists.

Instructions

Get topics the logged-in user has participated in (posted or created). Requires authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based)
per_pageNoTopics per page (max 50)
Behavior4/5

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

The annotation readOnlyHint=true already signals a safe read operation. The description adds the critical behavioral detail that authentication is required, and clarifies that 'participated' means posted or created. This goes beyond the annotation without contradicting it.

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?

The description is a single, highly informative sentence that covers purpose and authentication. No filler or redundant content, making it exceptionally concise and well-structured.

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

Completeness4/5

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

For a simple paginated list tool, the description adequately covers purpose, scope, and auth. There is no output schema, but the return type (topics) is self-evident from the name and description. Minor omission: does not explicitly state that pagination is supported, but the schema for page/per_page fills this gap.

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

Parameters3/5

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

Schema description coverage is 100%: both `page` and `per_page` are fully documented with defaults, minimums, and maximums. The description adds no additional parameter information, so the baseline of 3 applies.

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 clearly states the verb 'Get' and the resource 'topics the logged-in user has participated in', with additional clarification '(posted or created)'. This distinguishes it from sibling topic-list tools like tapatalk_get_topics, tapatalk_get_latest_topics, and tapatalk_get_unread_topics.

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 gives clear context: it is for retrieving topics the logged-in user has participated in, and it notes the authentication requirement. While it does not explicitly list alternatives or exclusions, the scope is unambiguous and appropriate for the tool's simple purpose.

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/johnkeller101/tapatalk-mcp'

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