Skip to main content
Glama

configure_admob

Set up Google AdMob OAuth credentials to enable ad unit management. Provide client ID and client secret to receive an authorization URL for completing the OAuth flow.

Instructions

Set up Google AdMob OAuth credentials for ad unit management. After configuration, an authorization URL will be provided to complete the OAuth flow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clientIdYesGoogle OAuth 2.0 Client ID (from Google Cloud Console)
clientSecretYesGoogle OAuth 2.0 Client Secret
Behavior3/5

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

No annotations provided. The description discloses the outcome (authorization URL) but does not mention side effects, required permissions, or error conditions. For a simple configuration tool, it covers the key behavior but lacks depth.

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, each carrying essential information. No redundant or extraneous words.

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?

Given low complexity (2 params, no output schema), the description covers the purpose and outcome. Could mention prerequisites like a Google Cloud project, but overall sufficient.

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 description does not need to add much. It restates that clientId and clientSecret come from Google Cloud Console, but adds no additional meaning 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?

The description clearly states the action ('Set up'), resource ('Google AdMob OAuth credentials'), and purpose ('for ad unit management'). It distinguishes from sibling tools like admob_auth which likely handles the subsequent OAuth flow.

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?

Implies usage for initial setup but does not explicitly state when to use versus alternatives like admob_auth. The mention of an authorization URL suggests a follow-up step, but no direct guidance on prerequisites or exclusions.

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/seungmanchoi/app-publisher-mcp'

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