Skip to main content
Glama
mdkulkarni2005

OSMOS Marketing API MCP Server

get_campaign_network_settings

Check which retail networks a Sponsored Products campaign targets, including country-specific sites and storefronts. Returns saved network settings or an empty list if none are configured.

Instructions

Get the networks a Sponsored Products campaign targets. Returns the networks a Sponsored Products campaign targets. A network is a retailer serving surface, such as a country-specific site or a storefront of the same retailer. A campaign with no saved network settings returns an empty networks array

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON request body matching the endpoint schema. See get_endpoint_definition for details.
x_tokenNoAuthentication token for the x-token header (required to make the call).
campaign_idYesClient-facing campaign-group ID. Resolved internally to the backing adgroup ID. Numeric value carried as a string per the published contract; server validates it as a number (non-numeric -> 400).
advertiser_idYesOsmos generated unique identifier for the onboarded advertiser. Carried as a string per the published SDA v1 contract; the server validates it as a number (non-numeric -> 400).
x_retailer_idNoRetailer identifier for the x-retailer-id header (required to make the call).
Behavior3/5

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

With no annotations, the description carries the burden. It adds value by defining 'network' and documenting that a campaign with no saved settings returns an empty array. But it doesn't cover error behavior, authorization needs, or other side effects.

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

Conciseness2/5

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

The first two sentences are essentially identical ('Get the networks... Returns the networks...'), wasting words. A single sentence would have sufficed, making this less concise than it should be.

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

Completeness3/5

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

The description explains the network concept and the empty-array case, which is useful given no output schema. However, it doesn't describe the structure of the networks array or any edge cases, leaving some gaps for a tool with five parameters.

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 parameters are already described. The description adds no parameter-level details beyond the schema, so the baseline of 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?

The description clearly states the tool gets the networks a Sponsored Products campaign targets, with a specific verb and resource. This distinguishes it from sibling tools like save_campaign_network_settings and other getters.

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?

Usage is implied: it's the read operation for campaign network settings. However, no explicit guidance is given about when to use this versus alternatives, and no exclusions or prerequisites are mentioned.

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/mdkulkarni2005/osmos-marketing-mcp'

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