Skip to main content
Glama
OrbiAds

OrbiAds

Official

dai_skill

Simplify DAI management with automated creation, update, and deletion of auth keys, encoding profiles, and CDN configurations for Google Ad Manager.

Instructions

DAI (Dynamic Ad Insertion) and broadcasting operations.

MODE: mixed (read + write) AUTH: OAuth 2.0 required CREDITS: read = 0 credits. OUTPUT: Results for DAI entities. WHEN TO USE: Use for managing Dynamic Ad Insertion auth keys and encoding profiles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesSub-operation to perform: • create_cdn_configuration: Create a CDN configuration. • create_dai_auth_key: Create a DAI authentication key. • create_dai_encoding_profile: Create a DAI encoding profile. • delete_cdn_configuration: Delete a CDN configuration. • delete_dai_encoding_profile: Delete a DAI encoding profile. • perform_dai_auth_key_action: Perform an action on a DAI authentication key. • register_sessions: Register sessions. • update_cdn_configuration: Update a CDN configuration. • update_dai_auth_key: Update a DAI authentication key. • update_dai_encoding_profile: Update a DAI encoding profile. • get_stream_activity: Get stream activity. • list_cdn_configurations: List CDN configurations. • list_dai_auth_keys: List DAI authentication keys. • list_dai_encoding_profiles: List DAI encoding profiles.
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, the description carries the full load. It discloses MODE (mixed read+write), AUTH (OAuth 2.0 required), CREDITS (read = 0 credits), and OUTPUT (Results for DAI entities). This gives agents essential behavioral info, though it could mention that some actions (e.g., delete) are destructive.

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 very concise and structured with clear MODE, AUTH, CREDITS, OUTPUT, and WHEN TO USE sections. Every sentence provides value with no redundancy. It is front-loaded with the key purpose.

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 complexity (14 actions) and the absence of an output schema, the description covers purpose, behavior, auth, credits, and output type. However, it does not mention that additionalProperties: true allows dynamic parameters for specific actions, which could be important for agents to know.

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% (both parameters have descriptions in the schema). The description itself adds no further parameter details beyond what is already in the schema. Baseline 3 is appropriate as the schema already handles parameter semantics.

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 'DAI (Dynamic Ad Insertion) and broadcasting operations' and specifies 'managing Dynamic Ad Insertion auth keys and encoding profiles'. The enum values in the action parameter further detail the specific operations. This distinguishes it from sibling tools like line_items or orders, which handle different GAM domains.

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 'WHEN TO USE' section explicitly says 'Use for managing Dynamic Ad Insertion auth keys and encoding profiles', providing clear context. However, it does not specify when not to use it or mention alternative tools for non-DAI operations, which would be helpful given the large set of sibling 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