Skip to main content
Glama
willsygao

Tencent Cloud Live MCP Server

by willsygao

describe_live_stream_event_list

Query and retrieve live stream event lists from Tencent Cloud Live by specifying time ranges, stream names, domains, and filtering options for monitoring and analysis.

Instructions

查询推断流事件

    Args:
        start_time: 起始时间
        end_time: 结束时间
        stream_name: 流名称
        domain_name: 推流域名
        app_name: 推流路径(optional)
        page_num: 取得第几页(optional)
        page_size: 分页大小(optional)
        is_fiter: 是否过滤(optional)
        is_strict: 是否精确查询(optional)
        is_asc: 是否按结束时间正序显示(optional)

    Returns:
        EventList: 推断流事件列表
        PageNum: 分页的页码
        PageSize: 每页大小
        TotalNum: 符合条件的总个数
        TotalPage: 总页数
        请求ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_timeNo起始时间。 UTC 格式,例如:2018-12-29T19:00:00Z。支持查询2个月内的历史记录
end_timeNo结束时间。UTC 格式,例如:2018-12-29T20:00:00Z。不超过当前时间,且和起始时间相差不得超过1个月
app_nameNo推流路径,与推流和播放地址中的AppName保持一致,默认为live
domain_nameNo您的推流域名。示例值:5000.livepush.myqcloud.com
stream_nameNo流名称。示例值:stream1
page_numNo取得第几页
page_sizeNo分页大小
is_fiterNo是否过滤,默认不过滤
is_strictNo是否精确查询,默认模糊匹配
is_ascNo是否按结束时间正序显示,默认逆序
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. While it mentions the tool queries inferred stream events and lists parameters, it doesn't describe important behavioral aspects: whether this is a read-only operation, what permissions might be required, whether there are rate limits, what happens if parameters are omitted, or how errors are handled. The description provides basic functional information but lacks crucial operational context.

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 efficiently structured with a brief purpose statement followed by parameter and return value documentation. While the Chinese text could be more concise, it follows a clear format with Args and Returns sections. Every sentence serves a purpose, though the initial purpose statement could be more informative.

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

Completeness2/5

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

For a query tool with 10 parameters and no annotations or output schema, the description is insufficient. It doesn't explain what 'inferred stream events' are, what the EventList contains, how pagination works in practice, or what format the response takes. The lack of output schema means the description should explain return values more thoroughly, but it only lists names without context.

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?

The schema description coverage is 100%, meaning all parameters are well-documented in the input schema itself. The description lists parameters but adds minimal semantic value beyond what's already in the schema descriptions. It doesn't explain relationships between parameters (e.g., how start_time and end_time work together) or provide usage examples. Given the high schema coverage, the baseline score of 3 is appropriate.

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

Purpose3/5

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

The description states '查询推断流事件' (query inferred stream events), which provides a basic purpose but is vague. It doesn't clearly differentiate this from sibling tools like 'describe_live_stream_online_list' or 'describe_live_stream_state', nor does it specify what 'inferred stream events' actually means. The description lacks specificity about what resource is being queried beyond the general concept of stream events.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus alternatives. The description doesn't mention any prerequisites, context for usage, or comparisons with sibling tools like 'describe_live_stream_online_list' or 'describe_live_stream_state'. The agent receives no help in determining when this specific query tool is appropriate versus other describe tools in the system.

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/willsygao/tencentcloud-live-mcp-server'

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