Skip to main content
Glama
torrentclaw

TorrentClaw-MCP

Official
by torrentclaw

track_interaction

Records user interactions with torrents (magnet clicks, downloads, or hash copies) to maintain accurate popularity statistics for the TorrentClaw-MCP server.

Instructions

Track a user interaction with a torrent (magnet link click, .torrent download, or hash copy). Use this after presenting a magnet link or torrent URL to the user, to keep popularity stats accurate. Fire-and-forget — does not block.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
info_hashYes40-character hex torrent info_hash
actionYesType of interaction: 'magnet' (clicked magnet link), 'torrent_download' (downloaded .torrent file), 'copy' (copied info hash or magnet)
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing key behavioral traits: it's a 'fire-and-forget' operation that 'does not block' (implying asynchronous/non-blocking nature). However, it doesn't mention error handling, rate limits, or authentication requirements, which would be helpful for a tracking 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?

The description is perfectly concise with three sentences that each earn their place: first states the purpose, second provides usage context, third describes behavioral characteristics. No wasted words, and the most important information (what the tool does) comes first.

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 2-parameter tool with no annotations and no output schema, the description provides good context about purpose, usage, and behavior. However, it doesn't mention what happens after tracking (how stats are updated, whether there's confirmation) or potential error cases, leaving some gaps in completeness.

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%, so the baseline is 3. The description doesn't add parameter-specific information beyond what's already in the schema (info_hash format, action enum values). It mentions the three action types but doesn't provide additional context about their differences or when to use each.

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 specific action ('track a user interaction') and resource ('with a torrent'), specifying three concrete interaction types (magnet link click, .torrent download, hash copy). It distinguishes this tool from siblings like 'get_popular' or 'search_content' by focusing on recording interactions rather than retrieving data.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool ('after presenting a magnet link or torrent URL to the user') and why ('to keep popularity stats accurate'). It also provides guidance on when not to use it by specifying it's for tracking interactions rather than other torrent-related operations handled by sibling tools.

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/torrentclaw/torrent-claw-mcp'

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