Skip to main content
Glama

get_video_info

Fetch video details like title, duration, and description from YouTube or Bilibili. Use cookies for authenticated access.

Instructions

获取视频的基本信息,包括标题、时长、描述等。

认证配置(按优先级):

  1. cookies_file 参数

  2. YT_DLP_COOKIES 环境变量

  3. 浏览器 cookies(仅本地环境)

参数:

  • url: 视频链接 (必填)

  • cookies_file: cookies 文件路径,用于认证需要登录的视频 (可选)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes视频 URL
cookies_fileNocookies 文件路径,用于认证需要登录的视频
Behavior3/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 authentication behavior (priority order) but does not mention other traits like read-only nature, idempotency, or 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 concise with two paragraphs: purpose and auth priority. It is front-loaded but could be slightly more streamlined.

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?

With no output schema, the description lists returned fields (title, duration, description). It covers both parameters and provides sibling context. Missing error handling details.

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 baseline is 3. The description repeats parameter info and adds authentication priority context for cookies_file, but adds little beyond the 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 description clearly states the tool retrieves basic video information (title, duration, description). It distinguishes from sibling tools focused on subtitles and timestamp search.

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 provides authentication configuration priority, guiding the agent on when to use each method. However, it lacks explicit when-not-to-use or comparisons with alternatives.

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/hgao1604/subtitle-analyzer-mcp'

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