Skip to main content
Glama

Account Management

account
Destructive

View or update your account (authenticate with your API token sk_...; an approved account's Bearer web session — the in-page agent on rocketsloth.ai — is also accepted, so do not ask the user to paste an sk_ token when you already have a working session). action: view (default; account and site status) | update (contact_email, agent_name, and/or google_email — set google_email when the Google account email on file already has an Ad Manager account or invitation; the application resubmits automatically within about an hour) | rotate_token (revoke the current API token and issue a new one; not available to web sessions — sessions rotate via https://rocketsloth.ai/recover).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenNoYour API token (sk_...). May instead be sent as an Authorization: Bearer header.
actionNoOne of: view (default), update, rotate_token.
agent_nameNoFor action=update: a new agent name.
google_emailNoFor action=update: the Google account email your Ad Manager invitation goes to. Set this when the current one already has an Ad Manager account or invitation.
contact_emailNoFor action=update: a new contact email.

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations, the description discloses important behaviors: accepted authentication methods, the automatic resubmission of the application within about an hour, the revocation and replacement of the API token for rotate_token, and the limitation that rotate_token is unavailable to web sessions. These specifics add genuine transparency beyond the destructiveHint=true annotation and help the agent set correct expectations.

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

Conciseness4/5

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

The description is dense and front-loaded with the primary purpose, and every clause contributes substantive information. It is structured around the action values, making it fairly scannable. However, the long parenthetical-heavy single paragraph could be more readable as a concise list, so it loses one point for structural polish.

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 5 parameters, no output schema, and a destructive annotation, the description is detailed enough for an agent to select and invoke the correct action. It covers authentication, action semantics, field-specific guidance, and a key limitation. The main gap is that it does not describe the return value or response format for each action, which would be helpful since no output schema is provided.

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?

The input schema already covers all 5 parameters with descriptions, so the baseline is 3. The tool description adds meaningful semantics: it explains the default value of action, the meaning of view, the purpose of google_email with a concrete condition, and the functional difference of rotate_token. This enriches parameter understanding without duplicating the schema verbatim.

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 clear verb-resource pair ('View or update your account') and enumerates the specific actions available: view, update, and rotate_token. It also clarifies the scope of each action (e.g., 'view' covers account and site status; 'rotate_token' revokes and issues a new API token), which distinguishes it from related account-adjacent tools.

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 context-sensitive guidance: it tells agents not to ask for an sk_ token when a Bearer web session is already active, explains when to set google_email (when the on-file Google email already has an Ad Manager account or invitation), and notes that web sessions cannot use rotate_token and should use https://rocketsloth.ai/recover instead. It does not explicitly contrast this tool with all sibling tools, but the most relevant alternative (recover) is named.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a distinct purpose and clear descriptions. Names like 'reclaim' and 'recover' refer to different operations, and 'ad_settings' vs 'reporting' are easily separable. No overlapping functions are apparent.

Naming Consistency3/5

Tool names mix nouns (account, payments, video) and verbs (apply, ask, reclaim) and use inconsistent naming conventions (snake_case for compound names like ad_settings, but single words elsewhere). There is no uniform verb-noun pattern or prefix.

Tool Count5/5

14 tools is a reasonable and comprehensive set for a publisher/ad platform covering onboarding, account management, ads, reporting, payments, subscriptions, video, and recovery. It is neither sparse nor bloated.

Completeness5/5

The tool set covers the full lifecycle from application (apply, application_status) through integration (integration, checklist), account management (account, ad_settings), monetization (reporting, subscriptions, video), and recovery (reclaim, recover). No obvious gaps for the stated domain.

Resources