Skip to main content
Glama

Data Parrot AI Revenue Analyst for HubSpot

Get Deal Details

get_deal
Read-onlyIdempotent

Return details for one known deal ID, including selectable HubSpot fields, custom properties, associations, the seller-entered next step and future scheduled activities, and Data Parrot AI analysis for open deals. Use it for deal details, forecast confidence, or that deal’s recorded won/lost reason.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
columnsNo
deal_idYes

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 declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds useful behavioral context beyond this: Data Parrot AI analysis is included only for open deals, and the response includes seller-entered next steps and future scheduled activities. 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?

Two sentences, front-loaded with the core action and then enriched with return contents and use cases. Every clause adds value, and there is no repetition of schema or annotation information.

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?

With an output schema present, the description does not need to spell out return values. It covers the main use cases, a conditional behavioral detail, and gives a hint about the columns parameter. Slightly more explicit guidance on how columns map to the parameter would make it fully complete.

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?

Schema description coverage is 0%, so the description must compensate. It does add partial meaning: deal_id is 'one known deal ID' and columns are implied by 'selectable HubSpot fields.' However, it does not explain how columns should be provided, the meaning of null, or the default behavior, leaving an important gap for a schema with no property descriptions.

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 verb and resource: 'Return details for one known deal ID,' which clearly distinguishes this from the plural get_deals sibling. It also lists concrete content areas (fields, custom properties, associations, next step, activities, AI analysis), making the tool's purpose unambiguous.

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 provides clear usage context: use it for deal details, forecast confidence, or a deal's recorded won/lost reason. It does not explicitly name alternative tools or state when not to use them, but the 'one known deal ID' phrasing and use cases imply the boundary against get_deals and get_forecast.

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