Skip to main content
Glama
OrbiAds

OrbiAds

Official

live_stream

Manage live stream ad breaks for video workflows. List, create, update, or delete ad breaks by event or asset key.

Instructions

Manage live stream ad breaks for GAM video workflows.

MODE: mixed (read + write) AUTH: OAuth 2.0 required CREDITS: list/get = 0 credits. create/patch/delete are write operations. OUTPUT: Returns live stream ad break objects scoped by event, asset key, or custom asset key. WHEN TO USE: Use live_stream to inspect, create, update, or delete ad breaks for live video events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesSub-operation to perform: • list: List ad breaks for an event_id, asset_key, or custom_asset_key. • get: Get a specific ad break by identifier. • create: Create a new live stream ad break. • patch: Update an existing live stream ad break by asset key. • delete: Delete an existing live stream ad break by asset key.
network_codeNoGAM network code (e.g. 12345678). Required for all network-scoped operations. Obtain via select_gam_network or list_accessible_networks.
Behavior4/5

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

With no annotations provided, the description carries the full burden. It explicitly states MODE (mixed read+write), AUTH (OAuth 2.0 required), CREDITS (list/get free, create/patch/delete are write operations), and OUTPUT (returns live stream ad break objects scoped by event/asset key). This disclosure is thorough, though it does not detail potential side effects or error conditions.

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?

The description is extremely concise at three sentences plus a structured block (MODE, AUTH, CREDITS, OUTPUT, WHEN TO USE). Every element serves a purpose, and it is front-loaded with the core function. No redundant or extraneous information.

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?

Given the tool's mixed mode and multiple actions, the description covers all essential facets: purpose, auth, credits, output format, and usage guidance. The only gap is the lack of a detailed output schema, but the description compensates by stating the return type. The network_code source is noted. Complete for typical agent use.

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 input schema already has 100% description coverage for its two parameters (action with enum descriptions, network_code with source guidance). The description adds context about scoping by event/asset key but does not significantly enhance understanding beyond the schema. Baseline 3 is appropriate.

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 'Manage live stream ad breaks for GAM video workflows', which is a specific verb+resource. It further breaks down into five sub-operations (list, get, create, patch, delete) via the action parameter, distinguishing it from sibling tools focused on other aspects of ad management.

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 includes a dedicated 'WHEN TO USE' section: 'Use live_stream to inspect, create, update, or delete ad breaks for live video events.' It also specifies the MODE (mixed), AUTH requirements, and CREDITS cost, providing context for appropriate use. However, it does not explicitly mention when not to use or list alternative tools.

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/OrbiAds/Orbiads-GAM-MCP'

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