Skip to main content
Glama
OrbiAds

OrbiAds

Official

gam_features

Verify enabled features and beta capabilities on your Google Ad Manager network to confirm availability before using advanced functionality.

Instructions

Inspect GAM network features — discover which beta features and capabilities are enabled.

MODE: read-only AUTH: OAuth 2.0 required CREDITS: 0 (free) OUTPUT: Returns a list of NetworkFeature objects with featureName, enabled (boolean), and description. WHEN TO USE: Call before using advanced GAM features to verify they are enabled on the network. Use probe_gam_features when you need to test a specific capability live.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesSub-operation to perform: • get_gam_features: Return the cached list of features enabled on the network. • probe_gam_features: Live-probe the network for feature availability (slower but always current). • refresh_gam_features: Force-refresh the feature cache. Call after a GAM admin enables new features.
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?

Discloses read-only mode, OAuth requirement, zero credits, and output format. Explains caching behavior (cached vs live-probe). No contradicting annotations. Lacks mention of rate limits or error handling, but adequate given annotations absence.

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?

Extremely concise with clear section headers (MODE, AUTH, CREDITS, OUTPUT, WHEN TO USE). Every sentence serves a purpose, no redundancy.

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?

Covers purpose, usage, auth, output, and actions well. Explains caching behavior and sub-action selection. Lacks details on default network_code behavior and error cases, but sufficient for a simple read-only tool with full schema coverage.

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%, so baseline is 3. The description adds minimal semantic value beyond what is already in the schema's parameter descriptions, merely rephrasing the action enum values.

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 'Inspect GAM network features' with specific verb and resource, and the first line explicitly defines the tool's purpose. It distinguishes from siblings like 'gam_admin' and 'gam_jobs' by focusing on feature inspection.

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?

Provides explicit guidance: 'Call before using advanced GAM features' and 'Use probe_gam_features when you need to test a specific capability live.' Includes context for when to use each sub-action, though does not exhaustively list all alternatives.

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