Skip to main content
Glama

google_ads_budget_get

Retrieve campaign budget details: budget ID, name, amount micros, delivery method, period, and reference count. Checks if budget is shared before allowing updates.

Instructions

Fetches the campaign-budget record attached to a campaign. Returns budget_id, name, amount_micros, delivery_method (STANDARD / ACCELERATED), period (DAILY), and reference_count (how many campaigns share this budget). Read-only. Shared budgets are common — confirm reference_count before calling google_ads_budget_update, since changes affect all linked campaigns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
customer_idNoGoogle Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted.
campaign_idYesCampaign ID whose budget to fetch. mureo resolves the attached budget_id internally.
Behavior5/5

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

Declared as 'Read-only' and explains that shared budgets are common, adding behavioral context beyond annotations (none provided). No contradictions.

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 that are front-loaded with purpose and efficiently pack in return fields, read-only hint, and shared budget warning. No wasted words.

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?

Despite no output schema, the description enumerates return fields and gives usage context. It is complete for a simple fetch operation.

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?

Input schema has 100% coverage with descriptions. The description adds no new parameter-level details beyond what the schema provides, so baseline 3 is appropriate.

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 starts with a specific verb 'Fetches' and clearly identifies the resource 'campaign-budget record attached to a campaign'. It lists the returned fields and distinguishes itself from the sibling tool google_ads_budget_update by mentioning shared budget implications.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly advises to check reference_count before calling update because changes affect linked campaigns. This provides clear when-to-use and when-to-avoid context.

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/logly/mureo'

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