Skip to main content
Glama

Data Parrot AI Revenue Analyst for HubSpot

Review Customer Health

get_companies
Read-onlyIdempotent

Return exact Customer Health KPIs plus paginated company rows or count groups. For ranked risk lists, state the ranking basis; call partial rows the highest-ranked returned accounts. Do not sum company financial values. Use get_deals for open expansion opportunities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
detailNo
columnsNoCompany fields; omit for defaults. row_count is grouped output.
sort_byNo
group_byNoGroup Customer Health by health_label, segment, or custom_property:company field. Completeness: data.scope.is_partial and data.pagination.has_more.
page_sizeNo
company_idNo
company_nameNo
health_labelNo
group_sort_byNoRequired with company group_by: row_count or label. Financial group totals are unsupported.
company_domainNo
has_open_dealsNo
sort_directionNodesc
group_page_sizeNo
custom_propertiesNo
no_activity_sinceNo
company_name_matchNocontains
last_won_date_rangeNo
group_sort_directionNodesc
lifetime_revenue_rangeNo
last_activity_date_rangeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
kindYes
toolYes
summaryYes
result_idNo
limitationsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds meaningful behavioral context beyond those annotations: partial row disclosure, ranked-list semantics, and an explicit warning not to sum company financial values. No contradiction with annotations.

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?

The description is four sentences with no filler. It front-loads the primary purpose, then provides essential caveats and a sibling alternative. Every sentence earns its place.

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?

The output schema and annotations reduce the burden on the description. The description covers core behavior, partial-data semantics, aggregation restrictions, and the key sibling alternative. Given the large number of parameters, it is not a complete manual, but it is sufficient for correct basic invocation and safe handling of results.

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?

With only 14% schema description coverage, the description carries a high burden for explaining parameters. It provides useful high-level semantics around rows vs. count groups, ranking, and financial values, but does not detail the 21 parameters. The self-explanatory parameter names and sparse schema descriptions partially compensate.

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 uses a specific verb and resource: 'Return exact Customer Health KPIs plus paginated company rows or count groups.' It clearly differentiates from siblings by explicitly routing open expansion opportunities to get_deals, making the tool's role in the catalog clear.

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 gives explicit routing guidance: 'Use get_deals for open expansion opportunities.' It also provides use-specific caveats like stating the ranking basis for ranked risk lists. It does not comprehensively contrast against every sibling tool, but it is strong for the main alternative.

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