Skip to main content
Glama

Product Brain Snapshot

get_product_brain
Read-onlyIdempotent

Retrieve a single-call product overview covering revenue, top accounts, analytics, features, and customer feedback. Ground your reasoning before diving into deeper analysis.

Instructions

A grounded snapshot of the org's product so YOU can reason about it. Returns one JSON object with: revenue + top paying accounts (ranked by MRR), web + product analytics headline metrics, the feature list, recent verbatim customer signals (newest first), and open-work counts — each block empty when that source isn't flowing yet. The time-windowed sections (revenue, cost, web + product analytics, feature usage) honour window (7 | 30 | 90 days, default 30). Single call, no pagination. Start here to ground, then go deeper with the dedicated list_* reads and the analytics tools. Optional product_id (the org's primary product when omitted).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
windowNoTime window in days for the revenue, cost, and analytics sections (optional; 7, 30, or 90; default 30).
product_idNoProduct id, from whoami (optional; the org's primary product when omitted).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.14
  2. Removedv0.1.12
  3. First observedv0.1.0

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already mark this as read-only and idempotent, and the description adds valuable behavioral detail: it returns one JSON object, empty blocks when sources aren't flowing, newest-first customer signals, time-window honoring, and single-call/no-pagination behavior. This goes well beyond the annotation safety profile.

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 structured with a clear lead sentence, a colon-delimited list of return contents, and a final usage directive. It's slightly verbose with phrases like 'so YOU can reason about it,' but every major clause carries informational weight.

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 compensates by enumerating the exact JSON blocks returned and explaining empty-block behavior. It also covers parameter defaults, optionality, and how this tool relates to sibling reads, making it fully self-sufficient for selecting and invoking the tool.

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?

Schema coverage is 100%, so baseline is 3, and the description adds extra context: product_id is 'from whoami' and the org's primary product when omitted, and the window parameter explicitly affects the time-windowed sections. This is useful but not dramatically beyond schema.

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 clearly states this tool returns a single JSON snapshot of the org's product, listing the contained blocks (revenue, analytics, features, signals, open-work counts). It explicitly differentiates from siblings by saying 'Start here to ground, then go deeper with the dedicated list_* reads and the analytics tools.'

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?

The description gives explicit usage guidance: use this as the grounding entry point, then go deeper with list_* and analytics tools. It also clarifies that product_id is optional and defaults to the org's primary product, and that window choices are 7/30/90 days.

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