Skip to main content
Glama
FasenChen

StreamXpress MCP Server

by FasenChen

set_tsoip_params

Set TS-over-IP output parameters for UDP or RTP streaming, including destination IP/port, TTL, FEC, and packetization.

Instructions

Configure TS-over-IP output parameters (UDP/RTP).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ttlNoTime-To-Live for multicast
dest_ipYesDestination IP address, e.g. "239.1.1.1" (multicast) or "192.168.1.100" (unicast)
fec_colsNoFEC matrix columns (L), 0 disables FEC
fec_rowsNoFEC matrix rows (D), 0 disables FEC
protocolNo"UDP" or "RTP"UDP
dest_portYesDestination UDP port, e.g. 1234
num_tp_per_ipNoNumber of TS packets per IP packet (1-7)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It only states that the tool 'configures' parameters without revealing whether changes take effect immediately, whether they overwrite existing settings, what happens on invalid input, or whether a restart is required. This is a significant gap for a configuration/mutation tool.

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 a single, focused sentence with no redundancy. It earns its place by clearly stating the tool's purpose, but it could arguably be more informative without becoming verbose.

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?

Despite being a simple configuration tool, the description lacks essential context: it does not specify whether the destination must be set before starting, how the FEC/TTL settings interact, or what state the output must be in. The existence of an output schema reduces the need to describe return values, but the sparse description leaves gaps in operational usage.

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 coverage is 100% with detailed descriptions for all 7 parameters, so the baseline is 3. The description adds minimal contextual framing by identifying these as 'output parameters' but does not elaborate on any specific parameter meanings beyond what is already in 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 uses a specific verb ('Configure') and a specific resource ('TS-over-IP output parameters'), and it explicitly mentions the protocol scope (UDP/RTP). This clearly distinguishes it from sibling tools like set_rf_params and set_asi_params, which target different output types.

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 on when to use this tool versus alternatives. It does not mention prerequisites, whether it should be called before start, or how it relates to set_rf_params/set_asi_params. The context is only implied by the tool name and the phrase 'UDP/RTP'.

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/FasenChen/StreamXpress_MCP'

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