Skip to main content
Glama
OrbiAds

OrbiAds

Official

video_ops

Manage ad rules, content metadata, and content bundles for video monetization. Create, update, retrieve, and perform actions on these entities.

Instructions

Video monetization: ad rule management, content metadata, and content bundle operations.

MODE: mixed (read + write) AUTH: OAuth 2.0 required CREDITS: read = 0 credits. OUTPUT: Results for video ops entities. WHEN TO USE: Use for managing Ad Rules, Content metadata, and Content bundles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesSub-operation to perform: • create_ad_rules: Create ad rules. • create_content_bundles: Create content bundles. • perform_ad_rule_action: Perform an action on ad rules. • perform_content_action: Perform an action on content. • perform_content_bundle_action: Perform an action on content bundles. • update_ad_rules: Update ad rules. • update_content_bundles: Update content bundles. • get_ad_rules_by_statement: Get ad rules by statement. • get_content_bundles_by_statement: Get content bundles by statement. • get_content_by_statement: Get content by statement.
network_codeNoGAM network code (e.g. 12345678). Required for all network-scoped operations. Obtain via select_gam_network or list_accessible_networks.
Behavior3/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. It states MODE: mixed (read + write), AUTH: OAuth 2.0 required, and CREDITS: read = 0 credits, which implies some write operations may consume credits. However, it does not describe potential destructive actions, error behavior, rate limits, or the exact credit cost for writes. The OUTPUT is vague. This is acceptable but lacks depth.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the purpose but contains redundancy: 'Ad Rules, Content metadata, and Content bundles' appears both in the header and the 'WHEN TO USE' section. The metadata lines are useful but could be integrated more tightly. Overall, it is adequate but not maximally concise.

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?

The tool has 10 sub-operations and the schema allows additional properties (additionalProperties: true), but the description does not explain what extra parameters are required for each action. This is a significant gap for an agent to correctly invoke the tool. Output schema is absent, but the primary issue is the missing sub-parameter documentation. The description is incomplete for a multifunction tool.

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% for the two defined parameters. The action enum has detailed descriptions for each value, and network_code has a clear description. The description adds minimal extra meaning beyond the schema, such as the vague 'OUTPUT: Results for video ops entities.' With high coverage, a baseline of 3 is appropriate.

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 states it is for video monetization and lists three areas: ad rule management, content metadata, and content bundle operations. The tool name 'video_ops' is generic, but the description clarifies the scope. Sibling tools like 'creatives' or 'line_items' do not directly overlap, so the purpose is fairly clear, though it could be more specific about what each area entails.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes a 'WHEN TO USE' section: 'Use for managing Ad Rules, Content metadata, and Content bundles.' This provides clear context but does not specify when not to use the tool or suggest alternatives. No exclusions are mentioned, and sibling tools are not referenced.

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