Skip to main content
Glama
PageRankCafe

pagerankcafe-mcp

Official

Update a YouTube ad

update_youtube_ad

Update existing YouTube ads by changing only the fields you provide. Set status to active to email followers once per ad, requires paid membership.

Instructions

Partially updates an existing YouTube ad you own; only supplied fields change. Setting status to 1 (Active) emails followers, once ever, per ad. Requires a paid membership (Bronze/Silver/Gold); returns an error for free accounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoAd title.
statusNo1 = Active (emails followers once ever), 0 = Disabled.
descriptionNoAd description.
youtube_linkNoYouTube video URL; the video ID is re-derived from it.
youtube_ad_idYesID of the video ad to update (must belong to you).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.1

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden. It discloses the important side effect of emailing followers when status is set to 1, the membership prerequisite, and the error for free accounts. It could be more detailed about return values or other edge cases, but the key behavioral impacts are covered.

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 concise and well-structured, with the core behavior stated first and important caveats following. Every sentence adds value, and there is no redundant or filler content.

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

Completeness5/5

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

Given the moderate complexity and absence of an output schema, the description is sufficiently complete. It covers the operational context, ownership requirement, partial-update semantics, the email side effect, and membership prerequisite. No critical missing information prevents correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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 meaningful context beyond the schema: youtube_ad_id must belong to the user, status 1 emails followers, and youtube_link is re-derived into a video ID. This extra detail helps the agent understand implications that raw schema constraints do not convey.

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 partially updates an existing YouTube ad owned by the user, with only supplied fields changing. It uses a specific verb ('updates'), identifies the resource ('YouTube ad'), and distinguishes it from creation by emphasizing 'existing' and 'partial update'.

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 provides clear usage guidance: it updates existing ads, only supplied fields change, and it warns that setting status to 1 emails followers once ever. It also notes the paid membership requirement and that free accounts receive an error. It does not explicitly name alternative tools like create_youtube_ad, but the 'existing' and 'partial update' language makes the intent clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/PageRankCafe/mcp-server'

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