Skip to main content
Glama
philogicae

Fr Torrent Search MCP Server

search_torrents

Search torrents across multiple providers and receive top-ranked recommendations based on quality, efficiency, and health. Supports advanced queries for TV shows with season/episode syntax and language preferences.

Instructions

Perform an advanced torrent search across multiple providers.

Arguments:

  • user_intent: Must reflect user's overall intention (e.g. "latest episode of Breaking Bad").

  • query: Optimized keywords for search. MUST be lowercase and space-separated.

Query Construction Rules:

  • NO generic terms: remove "movie", "series", "torrent", "download".

  • NO filler words: remove "the", "a", "an", "and", "of", "with".

  • NO technical tags: do NOT add "1080p", "h265", "bluray", or episode titles, except if explicitly requested by the user.

  • TV Shows:

    • Specific episode: [show name] sXXeYY (e.g., "shogun s01e05")

    • Full season: [show name] sXX (e.g., "shogun s01")

    • Full series: [show name] (e.g., "shogun")

  • Language: Add multi ONLY if the user specifically requests a non-French or multi-language version.

Result Analysis & Ranking:

  1. Quality: Prefer 1080p or 4k, over 720p.

  2. Efficiency: Prefer h265/HEVC for better quality/size ratio.

  3. Health: Maximize seeders + leechers.

  4. Size: Prefer smaller files within the same quality bracket.

Response Requirements:

  • Recommend the top 3 results maximum.

  • For each recommendation, include: Filename, Size, Seeds/Leechs, Date, Source, and a 1-sentence "Why this?" reason.

  • If results are poor or irrelevant, suggest specific keywords to improve the search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_intentYes
queryYes
max_itemsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description bears full responsibility. It discloses key behaviors: searching multiple providers, query construction rules, ranking criteria (quality, efficiency, health, size), and response format (top 3 with reasons). It also specifies handling of poor results. However, it omits details like provider names, auth needs, or potential rate limits.

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

Conciseness4/5

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

The description is lengthy but well-structured into sections (arguments, query rules, ranking, response). Every sentence adds value, though some repetition exists (e.g., 'top 3 results maximum' could be merged). It is appropriately front-loaded with purpose and argument details.

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?

Given the presence of an output schema (not shown), the description need not detail return values, but it does specify response format (top 3 with filename, size, seeds, etc.). It covers arguments, processing logic, and expectations. Missing are error handling and edge cases (e.g., empty results beyond 'poor results' keyword suggestion). Still, it is largely complete for typical use.

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

Parameters5/5

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

Input schema has 0% description coverage, so the description must compensate fully. It provides extensive, prescriptive guidance for user_intent and query, including case, formatting, and content rules. For max_items, it contradicts the default of 10 by stating 'top 3 maximum', adding semantic constraint. This adds far more meaning than the raw schema.

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 first sentence clearly states the tool performs an advanced torrent search across multiple providers, which is a specific verb-resource pair. The sibling tools (download_torrent_file, get_magnet_link, get_torrent) indicate this is the search entry point, making it distinguishable.

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

Usage Guidelines3/5

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

The description provides extensive guidance on how to use the arguments and interpret results (query construction, ranking criteria), but does not explicitly state when to use this tool over siblings or provide when-not-to-use scenarios. Usage is implied but lacks direct alternatives comparison.

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/philogicae/fr-torrent-search-mcp'

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