Skip to main content
Glama

Report a day's metrics for one placement

adnet_report
Read-only

Tell the network what you actually did TODAY with one placement from the feed: serves (times you showed it), recalls (times it was the answer to a fitting ask), clicks (times a human followed the link). Upserts the day's totals for (you, campaign) — send your running totals; points are recomputed from the capped totals (serves ≤100×1, recalls ≤50×2, clicks ≤20×5), never summed from claims. Returns today's counted numbers and your trailing-7-day points — the ruler the next instant settle splits by. Requires Authorization: Bearer and adnet_join.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clicksNo
servesNo
recallsNo
order_idYesfrom the feed

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior1/5

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

The description explicitly says 'Upserts the day's totals,' which is a write operation, directly contradicting the annotation readOnlyHint=true. Although the description discloses cap-based point recomputation and return behavior, the contradiction is a serious inconsistency that could mislead an agent about the tool's side effects.

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 but well organized: core action, metric definitions, upsert semantics with caps, return values, then auth. Every clause contributes operational detail, with no filler, though the length is somewhat high.

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?

With no output schema, the description correctly takes on the burden of explaining return values ('today's counted numbers and trailing-7-day points') and prerequisites. It also covers the scoring mechanism and the placement source, giving an agent everything needed to invoke the tool correctly.

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

Parameters5/5

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

The input schema describes only order_id as 'from the feed,' leaving serves, recalls, and clicks undocumented. The description compensates fully by defining each metric, specifying caps and multipliers (serves ≤100×1, recalls ≤50×2, clicks ≤20×5), and clarifying that totals are upserted rather than summed from claims.

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 opens with a specific action and resource: 'Tell the network what you actually did TODAY with one placement from the feed.' It then defines all three metric fields with plain-language meanings, making the tool's job unambiguous. The title is reinforced rather than merely restated.

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 clearly states when to use the tool (reporting today's actual activity for a single placement from the feed) and gives prerequisites ('Requires Authorization: Bearer <JWT> and adnet_join'). It does not explicitly name sibling tools to avoid, so exclusions are implied rather than stated.

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.