Skip to main content
Glama

Get live stream

apivideo_get_live_stream
Read-only

Get a single live stream object by id (stream key, RTMP ingest, player URL). Read-only. GET /live-streams/{liveStreamId}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
liveStreamIdYesThe live stream id, e.g. li400mYKSgQ6xs7taUeSaEup.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true; the description corroborates 'Read-only' and adds the exact HTTP verb/path (GET /live-streams/{liveStreamId}) and a hint of response contents. It does not cover 404/error or auth behavior, but with the readOnly annotation this is reasonable.

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?

One compact sentence plus endpoint, with each clause earning its place. 'Read-only' and the endpoint are short, front-loaded, and free of filler.

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

Completeness5/5

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

For a simple single-ID GET with a readOnly annotation, full schema coverage, and no output schema, the description provides enough: identification by id, operation type, endpoint, and key response fields. Error cases are not documented but are low-stakes for a read-only fetch.

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% and the single parameter already includes a name and example ('li400mYKSgQ6xs7taUeSaEup'). The description adds no additional parameter-level detail, so the baseline 3 applies.

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?

States a specific verb ('Get'), a single resource ('single live stream object'), an identifier ('by id'), and even lists contained fields (stream key, RTMP ingest, player URL). The endpoint line further disambiguates from list/analytics siblings.

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?

Clearly indicates this is for fetching one live stream when the id is known ('by id'), which contrasts usefully with list and analytics siblings. It does not explicitly say 'use list_live_streams when you don't have an id' or name alternatives, so some inference is required.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.