Skip to main content
Glama

PPC: Portfolios

ppc_portfolios
Read-only

Get portfolio-level performance rollup. Shows each portfolio with campaign count, total spend, sales, and ACoS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNoPage via next_offset to reach ALL rows.
end_dateNo
profile_idNoWhich advertising profile (see account_profiles). Optional when the token has exactly one.
start_dateNo
period_daysNo

Schema Changelog

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

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the read-only safety profile is clear. The description adds value by specifying the rollup content and metrics shown, which goes beyond annotations. It does not disclose pagination or date-window behavior, but the read-only annotations lower the burden.

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 tightly written sentences. The first front-loads the verb and resource, the second lists the returned fields. Every word earns its place with no fluff or repetition of the name/title.

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?

For a tool with six parameters, only one-third of which are documented in the schema, and no output schema, the description is too thin to fully guide invocation. It does not explain date requirements, defaults, or pagination semantics, leaving significant ambiguity for an agent.

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

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33% (offset and profile_id have descriptions; limit, end_date, start_date, and period_days do not). The tool description does not compensate by explaining how dates, period_days, or pagination parameters behave, so an agent cannot confidently construct a complete request.

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?

States a specific verb ('Get') and resource ('portfolio-level performance rollup'), and lists the exact metrics returned (campaign count, spend, sales, ACoS). The portfolio-level qualifier distinguishes it from account- or campaign-level sibling tools like ppc_account_summary and ppc_campaigns.

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?

The phrase 'portfolio-level performance rollup' implies when to use it: whenever portfolio-level PPC metrics are needed. However, it does not mention alternatives or explicitly state when not to use this tool, leaving the agent to infer routing from sibling names alone.

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.

Resources