Skip to main content
Glama
jerry2247

admob-mcp

by jerry2247

Create AdMob app

admob_create_app
Destructive

Create a new app in Google AdMob by providing platform, display name, and optional publisher ID. Use dryRun to preview the API request without executing.

Instructions

Create a new app under an AdMob account (v1beta). This method is allowlisted by Google: if you get a 403, your account is not yet granted access. Use dryRun to preview the request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNoIf true, validate the inputs and return the exact API request that would be sent WITHOUT executing it. Default false: the operation runs after the MCP client asks you to confirm.
platformYesApp platform.
appStoreIdNoOptional app store id to link an existing store listing (linkedAppInfo).
displayNameYesAdMob display name for the app.
publisherIdNoAdMob publisher id or account resource name, e.g. "pub-1234567890123456" or "accounts/pub-1234567890123456". Defaults to ADMOB_PUBLISHER_ID, or the single account on the credentials.
Behavior3/5

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

Annotations indicate readOnlyHint false, openWorldHint true, and destructiveHint true. The description states 'Create a new app', which aligns with a write operation but does not mention destructive behavior. The allowlisting and dryRun features add some behavioral context, but the destructiveHint contradiction reduces clarity.

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?

Two sentences, front-loaded with the core purpose, no unnecessary words. Every sentence provides critical information.

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?

No output schema; the description does not state what the tool returns (likely the created app). Given the destructiveHint annotation, more context about side effects or irreversibility would be beneficial. The description covers inputs well but lacks output and side-effect details.

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 parameters are well documented. The description adds value by explaining the dryRun parameter's purpose (preview request) and mentioning default publisherId from environment, going beyond the schema.

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?

Title and description clearly state 'Create a new app under an AdMob account', specifying the verb 'create' and resource 'app'. This distinguishes it from sibling tools that create ad units, mediation groups, etc.

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 explicit guidance on when the tool can be used: it is allowlisted, so a 403 indicates lack of access. It also mentions using dryRun to preview requests. However, it does not explicitly state when not to use or list 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/jerry2247/admob-mcp'

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