Skip to main content
Glama
willsygao

Tencent Cloud Live MCP Server

by willsygao

describe_live_stream_online_list

Retrieve a list of currently active live streams on Tencent Cloud Live. Filter results by domain, app path, or stream name to monitor ongoing broadcasts.

Instructions

查询直播中的流

    Args:
        app_name: 推流路径(optional)
        domain_name: 推流域名(optional)
        page_num: 取的第几页(optional)
        page_size: 每页大小(optional)
        stream_name: 流名称(optional)

    Returns:
        正在直播中的流列表

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_nameNo推流路径,与推流和播放地址中的AppName保持一致,默认为livelive
domain_nameNo您的推流域名。示例值:5000.livepush.myqcloud.com5000.livepush.myqcloud.com
page_numNo取得第几页,默认1。示例值:1
page_sizeNo每页大小,最大100。取值:10~100之间的任意整数。默认值:10。示例值:10
stream_nameNo流名称。示例值:stream1mystream
Behavior2/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 behavioral disclosure. It states the tool returns '正在直播中的流列表' (list of live streams), which implies a read-only operation, but doesn't address critical behaviors like pagination handling (implied by page_num/page_size but not explained), rate limits, authentication needs, error conditions, or response format details. For a tool with 5 parameters and no annotation coverage, this is inadequate.

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 and well-structured: a brief purpose statement followed by Args and Returns sections. However, the Args section merely lists parameter names without adding meaningful context, and the Returns section is vague ('正在直播中的流列表' doesn't specify structure). It's efficient but could be more informative with less redundancy.

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?

Given 5 parameters, no annotations, and no output schema, the description is incomplete. It lacks behavioral details (e.g., pagination mechanics, error handling), usage guidance relative to siblings, and specifics on the return value format. For a query tool with filtering and pagination, this leaves significant gaps for an agent to invoke it correctly without additional 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?

Schema description coverage is 100%, with detailed parameter descriptions in the input schema (e.g., defaults, examples, constraints like page_size max 100). The tool description lists parameters in Args but adds minimal semantic value beyond restating names. It doesn't explain interactions between parameters (e.g., how app_name, domain_name, and stream_name filter results together) or provide usage examples. Baseline 3 is appropriate since the schema does the heavy lifting.

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 the tool's purpose: '查询直播中的流' (query live streams). It specifies the resource (live streams) and verb (query/list), which is specific and actionable. However, it doesn't explicitly differentiate from siblings like 'describe_live_stream_state' or 'describe_live_stream_event_list', which reduces clarity about when to choose this tool over those alternatives.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'describe_live_stream_state' (which might check individual stream status) or 'describe_live_stream_event_list' (which might list stream events), leaving the agent to guess based on names alone. There's no context about prerequisites, typical use cases, or exclusions.

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