Skip to main content
Glama

Get angle read-out

get_angle_readout
Read-only

Results read at the ANGLE level — the unit where enough money flowed to teach anything. Per business, each angle's plain decision state (collecting | ahead | decided | no_difference), P(best), expected monthly loss of promoting the leader, delivery flags (skewed/starved and divergent platform mix — part of a lead can be delivery, not merit), the last recorded state transition, and estimator provenance. Never shows confidence that does not exist. Scoped to the active Space — see set_active_space to switch, or pass space_id to override for this one call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
windowNoLook-back window. Default 90d.
space_idNoOverride the active Space for this one call. Defaults to the active Space set via set_active_space (or GROWOMAT_SPACE_ID on the server). Pass to read/write a different Space without changing the session binding.
business_idNoRestrict to one business.
platform_idNoRestrict to one connected platform.

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already mark the tool as read-only, and the description agrees without contradiction. It adds meaningful behavioral context by noting that delivery flags can mean part of the reported answer is driven by supply, not merit, and by stating that it never shows confidence that does doesn't actually exist. This goes beyond what the readOnlyHint annotation alone provides.

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 most important idea is front-loaded with one phrase: 'Results read at the ANGLE level.' Then the description describes what fields to expect and the space-scoping caveat. Some of the phrasing is inventive but non-essential, so it is not maximally concise, yet every sentence carries real purpose.

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 that there is no output schema, the description provides a solid overview of the return composition and scoping behavior. It leaves minor gaps about pagination and whether empty results are possible, but for a read-only query tool the current level of detail is sufficient for a knowledgeable agent to recognize and call it correctly.

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?

All four parameters are documented in the schema with descriptions, so the schema coverage is 100% and the baseline of 3 is appropriate. The description mostly reinforces the space_id override behavior already described in the schema. Neither it substantially adds new parameter-level meaning, nor does it need to.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns angle-level results and enumerates exactly what is included: decision state, P(best), expected monthly loss, delivery flags, last state transition, and estimator provenance. This is specific about the resource and what it does. It does not explicitly contrast with siblings like get_angle or list_angles, so it does not fully earn a 5.

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 description implies this is the right tool when you need angle-level read values, and it gives clear context about scoping to the active Space or overriding space_id for a single call. However, it never states when not to use this tool or which sibling tool to prefer in which situation. That key decision remains unstated, so the usage guidance is implied rather than explicit.

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

A3.6/5.0
Disambiguation4/5

Most tools follow a clear resource+action pattern (get_ad, update_ad, delete_ad), so entity-level tools are easy to distinguish. The main ambiguity is among reporting/status tools like get_conversion_status, get_conversion_health, get_conversion_report, and account_summary vs. get_performance_stats, which could tempt misselection without reading descriptions.

Naming Consistency5/5

Naming is highly consistent: nearly every resource has create_/get_/update_/delete_/list_ variants, with predictable special verbs like set_, trigger_, preview_, and upload_. Minor exceptions like account_summary or get_angle_readout still follow the same readable verb-driven style.

Tool Count1/5

83 tools is an extreme surface for an MCP server, even one covering ad management. Most entities have full CRUD plus many custom readouts and report variants, which creates context bloat and makes tool selection unnecessarily expensive for the agent.

Completeness4/5

The platform covers the full campaign lifecycle: campaigns, ad groups, ads, keywords, assets, business/creative planes, conversion actions, sync, budget, and targeting are all represented. Minor gaps exist—conversion sources have create/list but no get/update/delete, and there is no explicit way to update or remove a conversion source—but these can be worked around.

Resources