Skip to main content
Glama

get_subscribe

Retrieve subscription details by subscription ID or media ID (TMDB/Douban). Optionally specify season for precise results.

Instructions

获取订阅信息。可以通过订阅ID或媒体ID(tmdb/douban)进行查询。

Args:
    id_type: ID类型 ("subscribe", "tmdb", "douban")
    id_value: 订阅ID 或 媒体ID值
    season: 季号 (可选, 仅当 id_type 为 "tmdb" 或 "douban" 时有效)

Returns:
    订阅详细信息,如果未找到则返回 None。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seasonNo
id_typeYes
id_valueYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden of disclosure. It discloses the return value (subscription details or None if not found) and the conditional behavior of the season parameter. It does not explicitly state read-only nature, potential side effects, or authentication requirements, but for a retrieval operation this is acceptable.

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 concise and well-structured, with distinct Args and Returns sections. Every sentence adds value without redundancy, making it easy for an agent to parse and extract key information.

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 straightforward get tool, the description covers: purpose, query modes, parameter semantics, and return behavior including the None case. It does not mention explicit integration with sibling tools or provide examples, but the tool's simplicity means the description is largely complete.

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?

The Args section thoroughly explains all three parameters, including the enum values for id_type, the meaning of id_value, and the conditional relevance of season. Since the input schema has no property descriptions (0% coverage), this fully compensates for the schema's lack of semantic detail.

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

Purpose4/5

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

The description clearly states '获取订阅信息' (get subscription information) and specifies querying by subscribe ID or media ID (tmdb/douban), indicating a concrete resource and action. However, it does not explicitly distinguish this from sibling tools like get_media_details, though the subject (subscriptions) is distinct.

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 implies the tool is for retrieving subscription records and provides parameter-level guidance (e.g., season is only valid for tmdb/douban). It does not explicitly mention when to use this tool versus alternatives such as list_subscribes or get_media_details, so the usage context is inferred rather than stated.

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/Pollo3470/MoviePilot-MCP'

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