Skip to main content
Glama
mdkulkarni2005

OSMOS Marketing API MCP Server

save_campaign_network_settings

Save the networks a Sponsored Products campaign targets, replacing previous selections. Include every network the campaign should target in each call.

Instructions

Save the networks a Sponsored Products campaign targets. Saves the networks a Sponsored Products campaign targets. Each call replaces the previously saved set; include every network the campaign should target. A campaign_id that does not exist for the advertiser returns 404 with code RESOURCE_NOT_FO

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).
Behavior4/5

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

With no annotations, the description carries the burden and does disclose the overwrite behavior and a specific error condition (404 with RESOURCE_NOT_FOUND). It does not mention auth or response details, but it covers the most important side-effect.

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 sentence is repeated verbatim ('Save the networks... Saves the networks...'), which is redundant and unprofessional. The error code is also truncated, adding noise without clarity.

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 covers the key replace behavior and one error case, but with no output schema and no annotations it omits return values, accepted network values, and authentication prerequisites. It is adequate but not complete.

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%, so the baseline is 3. The description adds the 'include every network' instruction, but parameter meanings are mostly delegated to the schema; body semantics are deferred to get_endpoint_definition.

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 states a specific verb and resource: 'Save the networks a Sponsored Products campaign targets.' It also adds the critical replace-all behavior, clearly distinguishing this from a partial update or from the sibling 'get_campaign_network_settings' tool.

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 gives actionable usage guidance: 'Each call replaces the previously saved set; include every network the campaign should target.' It does not explicitly name alternatives or exclusions, but the context is clear enough.

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